diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 01:06:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-29 01:13:05 +0800 |
commit | 6413227cef16fcee96670ccb56ece9e1cc3293c5 (patch) | |
tree | 0ae5ede7ec34c09ef959f01c27f440f2285e5e49 /e-util | |
parent | fad4af8a3d4c6f50f7bcceca8d545eb17d6fd056 (diff) | |
download | gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.gz gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.tar.zst gsoc2013-evolution-6413227cef16fcee96670ccb56ece9e1cc3293c5.zip |
Whitespace cleanup.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-config.c | 4 | ||||
-rw-r--r-- | e-util/e-dialog-utils.c | 2 | ||||
-rw-r--r-- | e-util/e-plugin-ui.c | 2 | ||||
-rw-r--r-- | e-util/e-sorter-array.c | 12 | ||||
-rw-r--r-- | e-util/e-text-event-processor-emacs-like.h | 4 | ||||
-rw-r--r-- | e-util/e-util-labels.c | 2 | ||||
-rw-r--r-- | e-util/e-util.h | 6 |
7 files changed, 16 insertions, 16 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c index 36f42451ae..b51ca463a5 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -554,9 +554,9 @@ ec_rebuild(EConfig *emp) /* CONFIG_PAGEs depend on the config type. E_CONFIG_BOOK: - The page is a VBox, stored in the notebook. + The page is a VBox, stored in the notebook. E_CONFIG_DRUID - The page is a GnomeDruidPageStandard, + The page is a GnomeDruidPageStandard, any sections automatically added are added to the vbox inside it. */ sectionno = 0; diff --git a/e-util/e-dialog-utils.c b/e-util/e-dialog-utils.c index b209c84633..3558af4e42 100644 --- a/e-util/e-dialog-utils.c +++ b/e-util/e-dialog-utils.c @@ -15,7 +15,7 @@ * * Authors: * Michael Meeks <michael@ximian.com> - * Ettore Perazzoli <ettore@ximian.com> + * Ettore Perazzoli <ettore@ximian.com> * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * diff --git a/e-util/e-plugin-ui.c b/e-util/e-plugin-ui.c index 840dd67a0e..0353fecea0 100644 --- a/e-util/e-plugin-ui.c +++ b/e-util/e-plugin-ui.c @@ -34,7 +34,7 @@ struct _EPluginUIHookPrivate { * For example: * * <ui-manager id="org.gnome.evolution.sample"> - * ... UI definition ... + * ... UI definition ... * </ui-manager> * * Results in: diff --git a/e-util/e-sorter-array.c b/e-util/e-sorter-array.c index a708550a12..02f9bc2bfc 100644 --- a/e-util/e-sorter-array.c +++ b/e-util/e-sorter-array.c @@ -34,13 +34,13 @@ G_DEFINE_TYPE (ESorterArray, e_sorter_array, E_SORTER_TYPE) -static void esa_sort (ESorterArray *esa); -static void esa_backsort (ESorterArray *esa); +static void esa_sort (ESorterArray *esa); +static void esa_backsort (ESorterArray *esa); -static gint esa_model_to_sorted (ESorter *sorter, gint row); -static gint esa_sorted_to_model (ESorter *sorter, gint row); -static void esa_get_model_to_sorted_array (ESorter *sorter, gint **array, gint *count); -static void esa_get_sorted_to_model_array (ESorter *sorter, gint **array, gint *count); +static gint esa_model_to_sorted (ESorter *sorter, gint row); +static gint esa_sorted_to_model (ESorter *sorter, gint row); +static void esa_get_model_to_sorted_array (ESorter *sorter, gint **array, gint *count); +static void esa_get_sorted_to_model_array (ESorter *sorter, gint **array, gint *count); static gboolean esa_needs_sorting (ESorter *esa); #define ESA_NEEDS_SORTING(esa) (((ESorterArray *) (esa))->compare != NULL) diff --git a/e-util/e-text-event-processor-emacs-like.h b/e-util/e-text-event-processor-emacs-like.h index 99635e2341..efb8c7e665 100644 --- a/e-util/e-text-event-processor-emacs-like.h +++ b/e-util/e-text-event-processor-emacs-like.h @@ -38,8 +38,8 @@ extern "C" { #define E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE (e_text_event_processor_emacs_like_get_type ()) #define E_TEXT_EVENT_PROCESSOR_EMACS_LIKE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE, ETextEventProcessorEmacsLike)) #define E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE, ETextEventProcessorEmacsLikeClass)) -#define E_IS_TEXT_EVENT_PROCESSOR_EMACS_LIKE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE)) -#define E_IS_TEXT_EVENT_PROCESSOR_EMACS_LIKE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE)) +#define E_IS_TEXT_EVENT_PROCESSOR_EMACS_LIKE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE)) +#define E_IS_TEXT_EVENT_PROCESSOR_EMACS_LIKE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_TYPE)) typedef struct _ETextEventProcessorEmacsLike ETextEventProcessorEmacsLike; diff --git a/e-util/e-util-labels.c b/e-util/e-util-labels.c index 1241e7092f..b78b46f28b 100644 --- a/e-util/e-util-labels.c +++ b/e-util/e-util-labels.c @@ -407,7 +407,7 @@ e_util_labels_remove (const gchar *tag) free_label_struct (label); - return flush_labels_cache (labels, TRUE); + return flush_labels_cache (labels, TRUE); } /** diff --git a/e-util/e-util.h b/e-util/e-util.h index 9cea65a6eb..ecb389b8b3 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -75,8 +75,8 @@ gboolean e_write_file_uri (const gchar *filename, gchar * e_format_number (gint number); typedef gint (*ESortCompareFunc) (gconstpointer first, - gconstpointer second, - gpointer closure); + gconstpointer second, + gpointer closure); void e_bsearch (gconstpointer key, gconstpointer base, @@ -127,7 +127,7 @@ gchar * e_file_get_save_path (void); gboolean e_file_lock_create (void); void e_file_lock_destroy (void); -gboolean e_file_lock_exists (void); +gboolean e_file_lock_exists (void); gchar * e_util_guess_mime_type (const gchar *filename, gboolean localfile); gchar * e_util_filename_to_uri (const gchar *filename); |