empathy r1284 - trunk/src



Author: xclaesse
Date: Fri Aug  1 16:03:44 2008
New Revision: 1284
URL: http://svn.gnome.org/viewvc/empathy?rev=1284&view=rev

Log:
Fix little coding style


Modified:
   trunk/src/empathy.c

Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c	(original)
+++ trunk/src/empathy.c	Fri Aug  1 16:03:44 2008
@@ -292,10 +292,9 @@
 	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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]