summaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-20 02:47:53 +0000
committercorvid <corvid@lavabit.com>2009-09-20 02:47:53 +0000
commitda3f5268045b5edff01b53f475a56cb0795c7bb1 (patch)
treedfef39b21438155350b5f755893fe5878a15b1cc /src/css.cc
parent6a1945e459f5c4ecd0ec89b6501e0daf10f77b41 (diff)
trim some spaces
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc4
1 files changed, 2 insertions, 2 deletions
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 () {