From 777c1cbd40eb63365f2c28e38f6a93beb2d1c9d1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Aug 2011 11:25:56 -0400 Subject: Coding style and whitespace cleanup. --- mail/em-html-stream.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/em-html-stream.c') diff --git a/mail/em-html-stream.c b/mail/em-html-stream.c index ccc9f82eba..a633946541 100644 --- a/mail/em-html-stream.c +++ b/mail/em-html-stream.c @@ -63,7 +63,7 @@ html_stream_dispose (GObject *object) EMHTMLStream *emhs = EM_HTML_STREAM (object); if (emhs->html_stream) { - /* set 'in finalise' flag */ + /* set 'in finalize' flag */ camel_stream_close (CAMEL_STREAM (emhs), NULL, NULL); } } @@ -150,7 +150,7 @@ em_html_stream_init (EMHTMLStream *emhs) } /* TODO: Could pass NULL for html_stream, and do a gtk_html_begin - on first data -> less flashing */ + * on first data -> less flashing */ CamelStream * em_html_stream_new (GtkHTML *html, GtkHTMLStream *html_stream) @@ -173,7 +173,8 @@ em_html_stream_new (GtkHTML *html, } void -em_html_stream_set_flags (EMHTMLStream *emhs, GtkHTMLBeginFlags flags) +em_html_stream_set_flags (EMHTMLStream *emhs, + GtkHTMLBeginFlags flags) { g_return_if_fail (EM_IS_HTML_STREAM (emhs)); -- cgit v1.2.3