From 6b7c922f315c7817a6c64533f8b8eed7946eaa3d Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Sun, 15 Feb 2009 16:11:30 +0800 Subject: Refine coding style. --- src/ibusbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ibusbus.c') diff --git a/src/ibusbus.c b/src/ibusbus.c index a567359..0ebdf66 100644 --- a/src/ibusbus.c +++ b/src/ibusbus.c @@ -641,7 +641,7 @@ ibus_bus_exit (IBusBus *bus, IBusBusPrivate *priv; priv = IBUS_BUS_GET_PRIVATE (bus); - + gboolean result; result = ibus_bus_call (bus, IBUS_SERVICE_IBUS, @@ -652,7 +652,7 @@ ibus_bus_exit (IBusBus *bus, G_TYPE_INVALID, G_TYPE_INVALID); ibus_connection_flush (priv->connection); - + return result; } -- cgit