aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c6
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 */
}