summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /src/css.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/css.hh b/src/css.hh
index ca708ca4..49a33896 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -34,7 +34,7 @@ typedef enum {
'font-weight' */
CSS_TYPE_STRING, /* <string> */
CSS_TYPE_SYMBOL, /* Symbols, which are directly copied (as
- opposed to CSS_TYPE_ENUM and
+ opposed to CSS_TYPE_ENUM and
CSS_TYPE_MULTI_ENUM). Used for
'font-family'. */
CSS_TYPE_UNUSED /* Not yet used. Will itself get unused some
@@ -43,7 +43,7 @@ typedef enum {
/*
* Lengths are represented as int in the following way:
- *
+ *
* +---+ - - - +---+---+- - - - - -+---+---+---+---+
* | integer part | decimal fraction | type |
* +---+ - - - +---+---+- - - - - -+---+---+---+---+
@@ -213,7 +213,7 @@ class CssProperty {
/**
* \brief A list of CssProperty objects.
- */
+ */
class CssPropertyList : public lout::misc::SimpleVector <CssProperty> {
int refCount;
bool ownerOfStrings;