[evolution/wip/webkit2] EHTMLEditorView - Fix indentation



commit 71baf3e3b3cf34abef1321567bd8d0bbf2cf0451
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Feb 26 10:40:34 2016 +0100

    EHTMLEditorView - Fix indentation

 e-util/e-html-editor-view.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 31c7939..56b607c 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -131,9 +131,9 @@ G_DEFINE_TYPE_WITH_CODE (
 
 static void
 html_editor_view_queue_post_reload_operation (EHTMLEditorView *view,
-                                              PostReloadOperationFunc func,
-                                              gpointer data,
-                                              GDestroyNotify data_free_func)
+                                             PostReloadOperationFunc func,
+                                             gpointer data,
+                                             GDestroyNotify data_free_func)
 {
        PostReloadOperation *op;
 


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