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:21:01 +0800 |
commit | 14f8eee012382f04090ea9277e9567d5f32e8bf0 (patch) | |
tree | d1c454675e816f8d948942c21c5d899a969b08a7 /e-util/e-util.h | |
parent | e66024d664a1d346d6246b4e8b7c682bafcf4dda (diff) | |
download | gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.gz gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.tar.zst gsoc2013-evolution-14f8eee012382f04090ea9277e9567d5f32e8bf0.zip |
Whitespace cleanup.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index db35507eb2..abc76359a6 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -76,8 +76,8 @@ guint32 e_color_to_value (GdkColor *color); 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, @@ -128,7 +128,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); |