aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c
index afa2ea5689..3a885f59f2 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -491,7 +491,7 @@ main (gint argc, gchar **argv)
_e_win32_register_mailer ();
_e_win32_register_addressbook ();
}
-
+
if (register_handlers)
exit (0);
@@ -509,7 +509,7 @@ main (gint argc, gchar **argv)
_e_win32_unset_default_mailer ();
exit (0);
}
-
+
if (unregister_handlers) {
_e_win32_unregister_mailer();
_e_win32_unregister_addressbook();