From da3f5268045b5edff01b53f475a56cb0795c7bb1 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 20 Sep 2009 02:47:53 +0000 Subject: trim some spaces --- src/css.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/css.cc') diff --git a/src/css.cc b/src/css.cc index 65283998..bec94728 100644 --- a/src/css.cc +++ b/src/css.cc @@ -397,7 +397,7 @@ void CssStyleSheet::addRule (CssRule *rule) { * * The properties are set as defined by the rules in the stylesheet that * match at the given node in the document tree. - */ + */ void CssStyleSheet::apply (CssPropertyList *props, Doctree *docTree, const DoctreeNode *node) { static const int maxLists = 32; @@ -544,7 +544,7 @@ void CssContext::addRule (CssSelector *sel, CssPropertyList *props, /** * \brief Create the user agent style. * - * The user agent style defines how dillo renders HTML in the absence of + * The user agent style defines how dillo renders HTML in the absence of * author or user styles. */ void CssContext::buildUserAgentStyle () { -- cgit v1.2.3