From: Xavier Claessens Date: Fri, 1 Aug 2008 16:03:44 +0000 (+0000) Subject: Fix little coding style X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=2038e323e7122a4e6fc2347d0d04017ea25998b6 Fix little coding style svn path=/trunk/; revision=1284 --- diff --git a/src/empathy.c b/src/empathy.c index 90ffeedf..926b6af0 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -292,10 +292,9 @@ on_bacon_message_received (const char *message, DEBUG ("Other instance launched, presenting the main window. message='%s'", message); - if (strcmp(message, "accounts") == 0) { + if (strcmp (message, "accounts") == 0) { /* accounts dialog requested */ empathy_accounts_dialog_show (GTK_WINDOW (window), NULL); - } else { startup_timestamp = atoi (message);