From 5c80f1534b435ff5c1c9cc88eb9f5c5c1124f82a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 3 Jan 2010 22:47:27 -0500 Subject: Coding style and whitespace cleanup. --- e-util/e-html-utils.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'e-util/e-html-utils.c') diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c index 03e5b73fc0..8e3b050f65 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -496,7 +496,10 @@ main (gint argc, gchar **argv) gchar *html, *url, *p; for (i = 0; i < num_url_tests; i++) { - html = e_text_to_html (url_tests[i].text, E_TEXT_TO_HTML_CONVERT_URLS | E_TEXT_TO_HTML_CONVERT_ADDRESSES); + html = e_text_to_html ( + url_tests[i].text, + E_TEXT_TO_HTML_CONVERT_URLS | + E_TEXT_TO_HTML_CONVERT_ADDRESSES); url = strstr (html, "href=\""); if (url) { -- cgit v1.2.3