empathy r1614 - trunk/src



Author: xclaesse
Date: Fri Oct 17 12:46:54 2008
New Revision: 1614
URL: http://svn.gnome.org/viewvc/empathy?rev=1614&view=rev

Log:
Added more whitespace between indentations and comments. (Jonny Lamb)

Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

Modified:
   trunk/src/empathy-import-dialog.c

Modified: trunk/src/empathy-import-dialog.c
==============================================================================
--- trunk/src/empathy-import-dialog.c	(original)
+++ trunk/src/empathy-import-dialog.c	Fri Oct 17 12:46:54 2008
@@ -326,7 +326,8 @@
               data->protocol = g_strdup (protocol);
               g_free (content);
             }
-          /* Username and IRC server */
+
+          /* Username and IRC server. */
           else if (strcmp ((gchar *) child->name,
               PIDGIN_ACCOUNT_TAG_NAME) == 0)
             {
@@ -368,6 +369,7 @@
               g_strfreev (nick_server);
               g_free (name);
             }
+
           /* Password */
           else if (strcmp ((gchar *) child->name,
               PIDGIN_ACCOUNT_TAG_PASSWORD) == 0)
@@ -383,6 +385,7 @@
 
               g_free (password);
             }
+
           /* Other settings */
           else if (strcmp ((gchar *) child->name,
               PIDGIN_ACCOUNT_TAG_SETTINGS) == 0)



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