From 417d720906e9968cc9839b88d24f5c682c4f1753 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 14 Mar 2013 18:26:31 -0400 Subject: EWebView: Whitespace cleanups. --- e-util/e-web-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util') diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c index 2fefe4fa95..38e578dbc7 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; -- cgit v1.2.3