[evolution] Fix formatting



commit d5f23b88b58d6e0dda46adbaa73b5535a6f56e22
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Nov 29 15:00:59 2016 +0100

    Fix formatting

 src/e-util/e-content-editor.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/e-util/e-content-editor.c b/src/e-util/e-content-editor.c
index 18baf87..7600da0 100644
--- a/src/e-util/e-content-editor.c
+++ b/src/e-util/e-content-editor.c
@@ -3550,8 +3550,8 @@ e_content_editor_emit_paste_primary_clipboard (EContentEditor *editor)
 
 gboolean
 e_content_editor_emit_context_menu_requested (EContentEditor *editor,
-                                             EContentEditorNodeFlags flags,
-                                             GdkEvent *event)
+                                              EContentEditorNodeFlags flags,
+                                              GdkEvent *event)
 {
        gboolean handled = FALSE;
 
@@ -3564,7 +3564,7 @@ e_content_editor_emit_context_menu_requested (EContentEditor *editor,
 
 void
 e_content_editor_emit_find_done (EContentEditor *editor,
-                                guint match_count)
+                                 guint match_count)
 {
        g_return_if_fail (E_IS_CONTENT_EDITOR (editor));
 
@@ -3573,7 +3573,7 @@ e_content_editor_emit_find_done (EContentEditor *editor,
 
 void
 e_content_editor_emit_replace_all_done (EContentEditor *editor,
-                                       guint replaced_count)
+                                        guint replaced_count)
 {
        g_return_if_fail (E_IS_CONTENT_EDITOR (editor));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]