From e32686c10a4f4fe7c34b181845220b5c491f32fb Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Mon, 9 Feb 2009 14:56:31 -0300 Subject: whitespace cleanup: 's/ +$//g' --- src/html_common.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/html_common.hh') diff --git a/src/html_common.hh b/src/html_common.hh index c69b0271..8856825d 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -16,7 +16,7 @@ #include "styleengine.hh" /* - * Macros + * Macros */ // Dw to Textblock @@ -52,18 +52,18 @@ old_style->unref (); \ } while (FALSE) #else -#define HTML_SET_TOP_ATTR(html, var, val) +#define HTML_SET_TOP_ATTR(html, var, val) #endif /* - * Typedefs + * Typedefs */ typedef struct _DilloLinkImage DilloLinkImage; typedef struct _DilloHtmlState DilloHtmlState; typedef enum { - DT_NONE, - DT_HTML, + DT_NONE, + DT_HTML, DT_XHTML } DilloHtmlDocumentType; @@ -105,7 +105,7 @@ typedef enum { } DilloHtmlProcessingState; /* - * Data Structures + * Data Structures */ struct _DilloLinkImage { @@ -140,7 +140,7 @@ struct _DilloHtmlState { }; /* - * Classes + * Classes */ class DilloHtml { @@ -237,7 +237,7 @@ public: }; /* - * Parser functions + * Parser functions */ int a_Html_tag_index(const char *tag); -- cgit v1.2.3