[evolution] EWebView: Whitespace cleanups.



commit 417d720906e9968cc9839b88d24f5c682c4f1753
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Mar 14 18:26:31 2013 -0400

    EWebView: Whitespace cleanups.

 e-util/e-web-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 2fefe4f..38e578d 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -58,7 +58,7 @@ struct _EWebViewPrivate {
        GdkPixbufAnimation *cursor_image;
        gchar *cursor_image_src;
 
-        GSList *highlights;
+       GSList *highlights;
 
        GtkAction *open_proxy;
        GtkAction *print_proxy;
@@ -424,7 +424,7 @@ replace_text (WebKitDOMNode *node,
        } else {
                WebKitDOMNode *child, *next_child;
 
-                /* Iframe? Let's traverse inside! */
+               /* Iframe? Let's traverse inside! */
                if (WEBKIT_DOM_IS_HTML_IFRAME_ELEMENT (node)) {
 
                        WebKitDOMDocument *frame_document;


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