From: Steven Luo Date: Mon, 8 Mar 2010 09:34:18 +0000 (-0800) Subject: Whitespace cleanups X-Git-Tag: v3.3b1~18 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=d95701298e18e8cb9e57f346c96a03168bbab458;ds=sidebyside Whitespace cleanups --- diff --git a/launcher.c b/launcher.c index 77f2ded..e3865c7 100644 --- a/launcher.c +++ b/launcher.c @@ -134,7 +134,7 @@ static void launch_tear(struct swb_context *ctx, char *uri) { if (!tear_proxy) { if (!(tear_proxy = dbus_g_proxy_new_for_name( ctx->session_bus, - "com.nokia.tear", + "com.nokia.tear", "/com/nokia/tear", "com.nokia.Tear"))) { log_msg("Failed to create proxy for com.nokia.Tear D-Bus interface\n"); @@ -386,7 +386,7 @@ void launch_microb(struct swb_context *ctx, char *uri) { /* Event found, stop looking */ break; memset(buf, '\0', 256); - } + } inotify_rm_watch(fd, inot_wd); close(fd);