From ce04e3431c9d6658689b6cac94ac59f9dba60a78 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 15 Mar 2009 22:12:11 +0100 Subject: camelCase --- src/cssparser.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cssparser.hh') diff --git a/src/cssparser.hh b/src/cssparser.hh index d2bf47b2..8e29d303 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -27,8 +27,8 @@ class CssParser { CssTokenType ttype; char tval[maxStrLen]; - bool within_block; - bool space_separated; /* used when parsing CSS selectors */ + bool withinBlock; + bool spaceSeparated; /* used when parsing CSS selectors */ CssParser(CssContext *context, CssOrigin origin, const char *buf, int buflen); -- cgit v1.2.3