summaryrefslogtreecommitdiff
path: root/camel/camel-html-parser.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-14 22:04:19 +0000
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-14 22:04:19 +0000
commit7f4e14e88885f606d43734663a401dc37cf498aa (patch)
treef176412c5a2b4c617ddbdae98b72683a9ef5a000 /camel/camel-html-parser.c
parent3d7d874a84446b022a1fb87e781159194799eac5 (diff)
downloadevolution-data-server-7f4e14e88885f606d43734663a401dc37cf498aa.tar.gz
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=8210
Diffstat (limited to 'camel/camel-html-parser.c')
-rw-r--r--camel/camel-html-parser.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/camel-html-parser.c b/camel/camel-html-parser.c
index 649832e62..8353a14ea 100644
--- a/camel/camel-html-parser.c
+++ b/camel/camel-html-parser.c
@@ -74,7 +74,7 @@ CamelType
camel_html_parser_get_type (void)
{
static CamelType type = CAMEL_INVALID_TYPE;
-
+
if (type == CAMEL_INVALID_TYPE) {
type = camel_type_register (camel_object_get_type (), "CamelHTMLParser",
sizeof (CamelHTMLParser),
@@ -84,7 +84,7 @@ camel_html_parser_get_type (void)
(CamelObjectInitFunc) camel_html_parser_init,
(CamelObjectFinalizeFunc) camel_html_parser_finalize);
}
-
+
return type;
}
@@ -116,7 +116,7 @@ camel_html_parser_class_init (CamelHTMLParserClass *klass)
* camel_html_parser_new:
*
* Create a new CamelHTMLParser object.
- *
+ *
* Return value: A new CamelHTMLParser widget.
**/
CamelHTMLParser *
@@ -487,7 +487,7 @@ static CamelHTMLParserPrivate *tokenise_init(void)
p->tag = g_string_new("");
p->ent = g_string_new("");
p->charset = NULL;
-
+
if (entities == NULL)
tokenise_setup();