diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:35:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:35:52 +0800 |
commit | f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186 (patch) | |
tree | 119e7ba86fd95e1e9b4864dddc38c0ef0583225f | |
parent | 50fc4a7b7c3effec414f48e4c0e3e72bf96fe27c (diff) | |
download | gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.tar gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.tar.gz gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.tar.bz2 gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.tar.lz gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.tar.xz gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.tar.zst gsoc2013-empathy-f6a6f3f5b6993ae5d8317c9d48caa927fd0d1186.zip |
empathy: remove trailing spaces
-rw-r--r-- | src/empathy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy.c b/src/empathy.c index 817b9bc37..b47c8e1cd 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -16,7 +16,7 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * + * * Authors: Xavier Claessens <xclaesse@gmail.com> */ @@ -312,7 +312,7 @@ create_salut_account (void) /* The code that handles single-instance and startup notification is * copied from gedit. * - * Copyright (C) 2005 - Paolo Maggi + * Copyright (C) 2005 - Paolo Maggi */ static void on_bacon_message_received (const char *message, @@ -427,7 +427,7 @@ main (int argc, char *argv[]) MissionControl *mc; EmpathyIdle *idle; gboolean autoconnect = TRUE; - gboolean no_connect = FALSE; + gboolean no_connect = FALSE; gboolean hide_contact_list = FALSE; gboolean accounts_dialog = FALSE; GError *error = NULL; |