diff options
author | corvid <corvid@lavabit.com> | 2010-11-24 19:26:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-11-24 19:26:45 +0000 |
commit | 58cb0cbc32a4e464d7f2601a872cc308bf5dd45b (patch) | |
tree | fc2519fe9164a6f4eaaa1df1f33ef08a76e174ae /src/styleengine.cc | |
parent | 9ca5a62164a183247bb01b63456144f453349c33 (diff) |
trim some spaces
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r-- | src/styleengine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc index 9a28f562..7a297925 100644 --- a/src/styleengine.cc +++ b/src/styleengine.cc @@ -743,7 +743,7 @@ Style * StyleEngine::wordStyle0 () { /** * \brief Recompute all style information from scratch - * This is used to take into account CSS styles for the HTML-element. + * This is used to take into account CSS styles for the HTML-element. * The CSS data is only completely available after parsing the HEAD-section * and thereby after the HTML-element has been opened. * Note that restyle() does not change any styles in the widget tree. |