From 52dce7c71c80fc89b8a55097204b06f889bc9176 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 5 Nov 2008 22:07:36 +0200 Subject: [PATCH] obexd: Fix indentation --- obexd/src/bluetooth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obexd/src/bluetooth.c b/obexd/src/bluetooth.c index 0a27a0001..fc3985ce1 100644 --- a/obexd/src/bluetooth.c +++ b/obexd/src/bluetooth.c @@ -138,8 +138,8 @@ static gint server_start(struct server *server) server->io = g_io_channel_unix_new(sk); g_io_channel_set_close_on_unref(server->io, TRUE); server->watch = g_io_add_watch(server->io, - G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, - connect_event, server); + G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL, + connect_event, server); return 0; -- 2.47.3