Remove trailing whitespace

This commit is contained in:
Johan Dahlin 2010-07-09 10:20:57 -03:00
parent b6d50e2951
commit 4994c3d4b8

View File

@ -1987,7 +1987,7 @@ start_doc (GMarkupParseContext *context,
{ {
if (strcmp (element_name, "doc") != 0 || ctx->node_stack == NULL) if (strcmp (element_name, "doc") != 0 || ctx->node_stack == NULL)
return FALSE; return FALSE;
state_switch (ctx, STATE_DOC); state_switch (ctx, STATE_DOC);
return TRUE; return TRUE;