From 9c3a8c372d7cd23ce95ef37380edf455851ee011 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 4 Jul 2011 15:55:12 +0300 Subject: [PATCH] gobex: Fix minor (whitespace) coding style issue --- gobex/gobex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobex/gobex.c b/gobex/gobex.c index 463ac3d01..8ff99cc6a 100644 --- a/gobex/gobex.c +++ b/gobex/gobex.c @@ -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); } -- 2.47.3