From 0b32abdc19b0c37d3f8c69d4b720437405246f88 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 6 Sep 2011 17:36:37 -0300 Subject: remove trailing whitespace --- src/styleengine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styleengine.cc') diff --git a/src/styleengine.cc b/src/styleengine.cc index 9a8a1738..6060836c 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -143,7 +143,7 @@ void StyleEngine::setStyle (const char *styleAttr) { if (styleAttr && prefs.parse_embedded_css) { n->styleAttrProperties = new CssPropertyList (true); n->styleAttrPropertiesImportant = new CssPropertyList (true); - + CssParser::parseDeclarationBlock (styleAttr, strlen (styleAttr), n->styleAttrProperties, n->styleAttrPropertiesImportant); -- cgit v1.2.3