diff options
author | corvid <corvid@lavabit.com> | 2012-11-05 20:58:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-05 20:58:45 +0000 |
commit | 0ec42518524159380ffbd19d29dec5b6e65a153c (patch) | |
tree | 52d9fcbc7ce1ccd1969bc21cd41d40aae2b4da39 /lout | |
parent | b8e30204a84d25b011b8a86dad18915c10accc2b (diff) |
trim some spaces
Diffstat (limited to 'lout')
-rw-r--r-- | lout/misc.hh | 6 |
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); |