summaryrefslogtreecommitdiff
path: root/embed/ephy-about-handler.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2016-02-07 21:55:03 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2016-02-07 21:55:03 -0600
commit18ee5e3faa7e084c722083ebb987780266b625f9 (patch)
tree26dd6bec5cb108ceed3888c192b6763d3f8346dc /embed/ephy-about-handler.c
parent9d20f64253526d0f5b5464d66095a66db66c73ed (diff)
downloadepiphany-18ee5e3faa7e084c722083ebb987780266b625f9.tar.gz
Formatting fixups for the previous commit
Some tabs snuck in, and we missed a space before opening paren.
Diffstat (limited to 'embed/ephy-about-handler.c')
-rw-r--r--embed/ephy-about-handler.c6
1 files changed, 3 insertions, 3 deletions
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,
" <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);
}
}