aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
commit0274669179600ac77475eed9870d2eab52c2cf14 (patch)
tree80f228649b670efac7f76ba5c0da5ed22a3a05c9 /shell/e-shell.c
parentadb63f0f2156554a21dbfd8daba447001985e967 (diff)
downloadgsoc2013-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/e-shell.c')
-rw-r--r--shell/e-shell.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 3eb063928b..e4224f3207 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -120,7 +120,6 @@ struct _EShellPrivate {
guint crash_recovery : 1;
};
-
/* Signals. */
enum {
@@ -132,7 +131,6 @@ enum {
static guint signals[LAST_SIGNAL] = { 0 };
-
/* Utility functions. */
static gboolean
@@ -150,7 +148,6 @@ get_config_start_offline (void)
return value;
}
-
/* Interactivity handling. */
static void
@@ -200,7 +197,6 @@ set_interactive (EShell *shell,
}
}
-
/* CORBA interface implementation. */
static gboolean
@@ -485,7 +481,6 @@ impl_finalize (GObject *object)
(* G_OBJECT_CLASS (parent_class)->finalize) (object);
}
-
/* Initialization. */
static void
@@ -996,7 +991,6 @@ e_shell_peek_uri_schema_registry (EShell *shell)
}
#endif
-
/**
* e_shell_peek_component_registry:
* @shell:
@@ -1013,7 +1007,6 @@ e_shell_peek_component_registry (EShell *shell)
return shell->priv->component_registry;
}
-
/**
* e_shell_save_settings:
* @shell:
@@ -1084,7 +1077,6 @@ e_shell_get_line_status (EShell *shell)
return shell->priv->line_status;
}
-
/* Offline/online handling. */
static void
@@ -1222,7 +1214,6 @@ e_shell_send_receive (EShell *shell)
}
}
-
void
e_shell_show_settings (EShell *shell,
const gchar *type,
@@ -1252,7 +1243,6 @@ e_shell_show_settings (EShell *shell,
gtk_widget_show (priv->settings_dialog.widget);
}
-
const gchar *
e_shell_construct_result_to_string (EShellConstructResult result)
{