aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-15 06:26:31 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-15 06:26:31 +0800
commit417d720906e9968cc9839b88d24f5c682c4f1753 (patch)
treed5f73c33ba8be78b9ee5cc16ffff9a31e38edb3a /e-util
parentaa394ce82e640770ca40e0d34c5b838c04d569fc (diff)
downloadgsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.tar
gsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.tar.gz
gsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.tar.bz2
gsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.tar.lz
gsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.tar.xz
gsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.tar.zst
gsoc2013-evolution-417d720906e9968cc9839b88d24f5c682c4f1753.zip
EWebView: Whitespace cleanups.
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-web-view.c4
1 files changed, 2 insertions, 2 deletions
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;