[epiphany] Formatting fixups for the previous commit



commit 18ee5e3faa7e084c722083ebb987780266b625f9
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Feb 7 21:55:03 2016 -0600

    Formatting fixups for the previous commit
    
    Some tabs snuck in, and we missed a space before opening paren.

 embed/ephy-about-handler.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index ff2fa46..f2062c9 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -519,10 +519,10 @@ history_service_query_urls_cb (EphyHistoryService *history,
                                 "  <img src=\"file://%s\"/>"
                                 "  <h1>%s</h1>"
                                 "</li>",
-                               icon_info ? gtk_icon_info_get_filename (icon_info) : "",
+                                icon_info ? gtk_icon_info_get_filename (icon_info) : "",
                                 /* Displayed when opening the browser for the first time. */
-                               _("Start browsing and your most-visited sites will appear here"));
-        gtk_icon_info_free(icon_info);
+                               _("Start browsing and your most-visited sites will appear here"));
+        gtk_icon_info_free (icon_info);
     }
   }
 


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