diff options
author | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
commit | 0c62630e68c0d6376ee04f163d48315c725ecf5c (patch) | |
tree | 531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /src/cssparser.cc | |
parent | ef54550e4823fbd1536473baa8a30dcb6beec56f (diff) |
trim some spaces
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index 8131372a..9428254f 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -697,7 +697,7 @@ bool CssParser::tokenMatchesProperty(CssPropertyName prop, CssValueType *type) case CSS_TYPE_LENGTH_PERCENTAGE: case CSS_TYPE_LENGTH_PERCENTAGE_NUMBER: case CSS_TYPE_LENGTH: - if (tval[0] == '-') + if (tval[0] == '-') return false; // Fall Through case CSS_TYPE_SIGNED_LENGTH: @@ -1059,7 +1059,7 @@ void CssParser::parseDeclaration(CssPropertyList * props, CssPropertyName prop; CssPropertyValue val, dir_vals[4]; - CssValueType dir_types[4]; + CssValueType dir_types[4]; bool found, weight; int sh_index, i, j, n; int dir_set[4][4] = { |