From 8ab9de15c7e52f8ab201412649f946b1922b1944 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 19 Apr 2009 10:25:22 +0200 Subject: wrap long lines in src/ css code --- src/cssparser.hh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/cssparser.hh') diff --git a/src/cssparser.hh b/src/cssparser.hh index 8011a342..36d80834 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -7,8 +7,8 @@ class CssParser { private: typedef enum { - CSS_TK_DECINT, CSS_TK_FLOAT, CSS_TK_COLOR, CSS_TK_SYMBOL, CSS_TK_STRING, - CSS_TK_CHAR, CSS_TK_END + CSS_TK_DECINT, CSS_TK_FLOAT, CSS_TK_COLOR, CSS_TK_SYMBOL, + CSS_TK_STRING, CSS_TK_CHAR, CSS_TK_END } CssTokenType; static const int maxStrLen = 256; @@ -41,9 +41,10 @@ class CssParser { void parseRuleset(); public: - static CssPropertyList *parseDeclarationBlock(const char *buf, int buflen); - static void parse(DilloHtml *html, DilloUrl *url, CssContext *context, const char *buf, int buflen, - CssOrigin origin); + static CssPropertyList *parseDeclarationBlock(const char *buf, + int buflen); + static void parse(DilloHtml *html, DilloUrl *url, CssContext *context, + const char *buf, int buflen, CssOrigin origin); static const char *propertyNameString(CssPropertyName name); }; -- cgit v1.2.3