diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-15 22:12:11 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-15 22:12:11 +0100 |
commit | ce04e3431c9d6658689b6cac94ac59f9dba60a78 (patch) | |
tree | 1d69ccf360586f0a6a7f98d017f9de6a9265ccec /src/cssparser.hh | |
parent | 11d67b8a8a11ba46813ce4fc7e043806bc2d7462 (diff) |
camelCase
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r-- | src/cssparser.hh | 4 |
1 files changed, 2 insertions, 2 deletions
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); |