OSDN Git Service

gobex: Fix minor (whitespace) coding style issue
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 4 Jul 2011 12:55:12 +0000 (15:55 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 4 Dec 2012 21:21:58 +0000 (22:21 +0100)
gobex/gobex.c

index 463ac3d..8ff99cc 100644 (file)
@@ -449,7 +449,7 @@ static void handle_response(GObex *obex, GError *err, GObexPacket *rsp)
 
                g_obex_packet_get_operation(rsp, &final_rsp);
 
-               opcode = g_obex_packet_get_operation(p->pkt, NULL);
+               opcode = g_obex_packet_get_operation(p->pkt, NULL);
                if (opcode == G_OBEX_OP_CONNECT)
                        parse_connect_data(obex, rsp);
        }