From d95701298e18e8cb9e57f346c96a03168bbab458 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Mon, 8 Mar 2010 01:34:18 -0800 Subject: [PATCH] Whitespace cleanups --- launcher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.7.9.5