summaryrefslogtreecommitdiff
path: root/dw/types.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 /dw/types.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/types.hh')
-rw-r--r--dw/types.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/dw/types.hh b/dw/types.hh
index bdfca629..4687c7fc 100644
--- a/dw/types.hh
+++ b/dw/types.hh
@@ -100,7 +100,7 @@ private:
/**
* \brief Return the z-coordinate of the vector product of two
- * vectors, whose z-coordinate is 0 (so that x and y of
+ * vectors, whose z-coordinate is 0 (so that x and y of
* the vector product is 0, too).
*/
inline int zOfVectorProduct(int x1, int y1, int x2, int y2) {
@@ -130,8 +130,8 @@ public:
class Region
{
private:
- container::typed::List <Rectangle> *rectangleList;
-
+ container::typed::List <Rectangle> *rectangleList;
+
public:
Region ();
~Region ();
@@ -186,7 +186,7 @@ struct Content
SELECTION_CONTENT = TEXT | WIDGET | BREAK
};
/* Content is embedded in struct Word therefore we
- * try to be space efficient.
+ * try to be space efficient.
*/
short type;
bool space;