[evolution/wip/webkit-composer: 961/966] Fix indent after EEditor -> EHTMLEditor rename



commit 0928b33fea33a1fb3914a5eebcfec2d52bae0f3c
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Mar 31 13:57:57 2014 +0200

    Fix indent after EEditor -> EHTMLEditor rename

 e-util/e-html-editor-cell-dialog.c |    8 ++++----
 e-util/e-html-editor-link-dialog.c |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/e-util/e-html-editor-cell-dialog.c b/e-util/e-html-editor-cell-dialog.c
index 8700cbb..2b48728 100644
--- a/e-util/e-html-editor-cell-dialog.c
+++ b/e-util/e-html-editor-cell-dialog.c
@@ -123,9 +123,9 @@ for_each_cell_do (WebKitDOMElement *row,
 
 static void
 html_editor_cell_dialog_set_attribute (EHTMLEditorCellDialog *dialog,
-                                  gpointer func,
-                                  GValue *value,
-                                  gpointer user_data)
+                                       gpointer func,
+                                       GValue *value,
+                                       gpointer user_data)
 {
        if (dialog->priv->scope == SCOPE_CELL) {
 
@@ -853,7 +853,7 @@ e_html_editor_cell_dialog_new (EHTMLEditor *editor)
 
 void
 e_html_editor_cell_dialog_show (EHTMLEditorCellDialog *dialog,
-                           WebKitDOMNode *cell)
+                                WebKitDOMNode *cell)
 {
        EHTMLEditorCellDialogClass *class;
 
diff --git a/e-util/e-html-editor-link-dialog.c b/e-util/e-html-editor-link-dialog.c
index b6aa0f9..0572d07 100644
--- a/e-util/e-html-editor-link-dialog.c
+++ b/e-util/e-html-editor-link-dialog.c
@@ -197,7 +197,7 @@ html_editor_link_dialog_ok (EHTMLEditorLinkDialog *dialog)
 
 static gboolean
 html_editor_link_dialog_entry_key_pressed (EHTMLEditorLinkDialog *dialog,
-                                      GdkEventKey *event)
+                                           GdkEventKey *event)
 {
        /* We can't do thins in key_released, because then you could not open
         * this dialog from main menu by pressing enter on Insert->Link action */


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