diff options
author | corvid <corvid@dillo.org> | 2014-02-02 17:05:01 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2014-02-02 17:05:01 +0000 |
commit | 73a5b8c1d1bdf4d2cad8fdea3deb81ae8e34c9d3 (patch) | |
tree | a86c26b6ec47431df9df4aebd5a439ba756fe3d4 /src/styleengine.cc | |
parent | 76e1bd77ca2905f185b2363c589b77840687168d (diff) |
trim some spaces
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 3f621cee..64861973 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -551,7 +551,7 @@ void StyleEngine::apply (int i, StyleAttrs *attrs, CssPropertyList *props, a_Url_free (imgUrl); } - break; + break; case CSS_PROPERTY_BACKGROUND_POSITION: computeLength (&attrs->backgroundPositionX, p->value.posVal->posX, attrs->font); |