From 18ee5e3faa7e084c722083ebb987780266b625f9 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sun, 7 Feb 2016 21:55:03 -0600 Subject: 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 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/ephy-about-handler.c') diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c index ff2fa468a..f2062c917 100644 --- a/embed/ephy-about-handler.c +++ b/embed/ephy-about-handler.c @@ -519,10 +519,10 @@ history_service_query_urls_cb (EphyHistoryService *history, " " "

%s

" "", - 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); } } -- cgit v1.2.1