diff options
author | corvid <corvid@lavabit.com> | 2009-09-20 02:47:53 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-09-20 02:47:53 +0000 |
commit | da3f5268045b5edff01b53f475a56cb0795c7bb1 (patch) | |
tree | dfef39b21438155350b5f755893fe5878a15b1cc /src/css.cc | |
parent | 6a1945e459f5c4ecd0ec89b6501e0daf10f77b41 (diff) |
trim some spaces
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 () { |