From: Jonny Lamb Date: Fri, 17 Oct 2008 12:46:54 +0000 (+0000) Subject: Added more whitespace between indentations and comments. (Jonny Lamb) X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=876517b6c1c22d07fa83179780ec7b5383acdac0 Added more whitespace between indentations and comments. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1614 --- diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index cf0db951..cf8a5b50 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -326,7 +326,8 @@ import_dialog_pidgin_load (void) 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 @@ import_dialog_pidgin_load (void) g_strfreev (nick_server); g_free (name); } + /* Password */ else if (strcmp ((gchar *) child->name, PIDGIN_ACCOUNT_TAG_PASSWORD) == 0) @@ -383,6 +385,7 @@ import_dialog_pidgin_load (void) g_free (password); } + /* Other settings */ else if (strcmp ((gchar *) child->name, PIDGIN_ACCOUNT_TAG_SETTINGS) == 0)