[epiphany] Style fixup for the previous commit



commit 18ecf7d02f5a4a9ec429fb6f84a75f4f81d16ebb
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jun 8 09:19:26 2016 -0500

    Style fixup for the previous commit

 embed/web-extension/ephy-web-dom-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/web-extension/ephy-web-dom-utils.c b/embed/web-extension/ephy-web-dom-utils.c
index 32a9233..32a8ce5 100644
--- a/embed/web-extension/ephy-web-dom-utils.c
+++ b/embed/web-extension/ephy-web-dom-utils.c
@@ -385,7 +385,7 @@ get_icon_from_favicon (WebKitDOMDocument *document,
 
   /* Last ditch effort: just fallback to the default favicon location. */
   if (image == NULL)
-    image = g_strdup("/favicon.ico");
+    image = g_strdup ("/favicon.ico");
 
   if (uri_out != NULL)
     *uri_out = image;


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