diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
commit | 0274669179600ac77475eed9870d2eab52c2cf14 (patch) | |
tree | 80f228649b670efac7f76ba5c0da5ed22a3a05c9 /shell/main.c | |
parent | adb63f0f2156554a21dbfd8daba447001985e967 (diff) | |
download | gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.bz2 gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.lz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.xz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip |
Fix excessive whitespace.
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index 54d118a41d..21cc278c7f 100644 --- a/shell/main.c +++ b/shell/main.c @@ -125,12 +125,11 @@ no_windows_left_cb (EShell *shell, gpointer data) static void shell_weak_notify (gpointer data, - GObject *where_the_object_was) + GObject *where_the_object_was) { bonobo_main_quit (); } - #ifdef KILL_PROCESS_CMD static void @@ -191,7 +190,6 @@ kill_old_dataserver (void) } #endif - #ifdef DEVELOPMENT /* Warning dialog to scare people off a little bit. */ @@ -573,7 +571,7 @@ main (gint argc, gchar **argv) { #ifdef G_OS_WIN32 if (fileno (stdout) != -1 && - _get_osfhandle (fileno (stdout)) != -1) + _get_osfhandle (fileno (stdout)) != -1) { /* stdout is fine, presumably redirected to a file or pipe */ } |