aboutsummaryrefslogtreecommitdiff
path: root/lout/container.hh
diff options
context:
space:
mode:
authorcorvid <corvid@dillo.org>2014-02-02 17:05:01 +0000
committercorvid <corvid@dillo.org>2014-02-02 17:05:01 +0000
commit73a5b8c1d1bdf4d2cad8fdea3deb81ae8e34c9d3 (patch)
treea86c26b6ec47431df9df4aebd5a439ba756fe3d4 /lout/container.hh
parent76e1bd77ca2905f185b2363c589b77840687168d (diff)
trim some spaces
Diffstat (limited to 'lout/container.hh')
-rw-r--r--lout/container.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/container.hh b/lout/container.hh
index c87eb10c..09c8ffc0 100644
--- a/lout/container.hh
+++ b/lout/container.hh
@@ -114,7 +114,7 @@ private:
private:
Vector *vector;
int index;
-
+
public:
VectorIterator(Vector *vector) { this->vector = vector; index = -1; }
bool hasNext();