summaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-09 22:16:21 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-09 22:16:21 +0100
commitcfdca571d1143b1ec9eb63231dfe8a7487b277de (patch)
tree9507f88e14ffe710366683ea4c06b768e78ee774 /src/styleengine.cc
parent289c18102eddc8bcb38d7e620d88617a4a14107d (diff)
whitespace
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index 35e37543..e05630bd 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -512,7 +512,7 @@ Style * StyleEngine::style0 (CssPropertyList *nonCssProperties) {
stack->getRef (stack->size () - 2)->style->backgroundColor;
attrs.valign = stack->getRef (stack->size () - 2)->style->valign;
- }
+ }
// parse style information from style="" attribute, if it exists
if (styleAttribute && prefs.parse_embedded_css)
@@ -547,6 +547,5 @@ Style * StyleEngine::wordStyle0 (CssPropertyList *nonCssProperties) {
}
void StyleEngine::parse (const char *buf, int buflen, CssOrigin origin) {
-
a_Css_parse (cssContext, buf, buflen, origin);
}