Fixed trailing whitespace.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 22 Apr 2015 18:11:47 +0000 (20:11 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 22 Apr 2015 18:11:47 +0000 (20:11 +0200)
src/dom.c

index 397ec2d..f53876a 100644 (file)
--- a/src/dom.c
+++ b/src/dom.c
@@ -142,7 +142,7 @@ gboolean dom_is_editable(Element *element)
         result = true;
     } else if (!g_ascii_strcasecmp(tagname, "input")
         && (!*type
-            || !g_ascii_strcasecmp(type, "text") 
+            || !g_ascii_strcasecmp(type, "text")
             || !g_ascii_strcasecmp(type, "password")
             || !g_ascii_strcasecmp(type, "color")
             || !g_ascii_strcasecmp(type, "date")