aboutsummaryrefslogtreecommitdiff
path: root/lout/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lout/misc.hh')
-rw-r--r--lout/misc.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/lout/misc.hh b/lout/misc.hh
index e5413f05..b0c0b2f8 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -331,7 +331,7 @@ private:
}
}
- void consolidate ()
+ void consolidate ()
{
if (startExtra != -1) {
numMain += numExtra;
@@ -343,7 +343,7 @@ private:
numExtra = 0;
}
}
-
+
public:
inline NotSoSimpleVector (int initAlloc)
{
@@ -407,7 +407,7 @@ public:
this->numExtra = numInsert;
this->startExtra = index;
resizeExtra ();
- } else {
+ } else {
if (index < startExtra) {
consolidate ();
insert (index, numInsert);