aboutsummaryrefslogtreecommitdiff
path: root/lout
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-21 21:27:57 +0000
committercorvid <devnull@localhost>2014-12-21 21:27:57 +0000
commita614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (patch)
treef0cc568eadbc5b50c53ea9489f30c23e0f3960fb /lout
parent5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (diff)
more (and indentation in one spot)
Diffstat (limited to 'lout')
-rw-r--r--lout/misc.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh
index 7edf83c1..b362fc2f 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -387,7 +387,7 @@ public:
this->startExtra = index;
resizeExtra ();
} else {
- if (index < startExtra) {
+ if (index < startExtra) {
consolidate ();
insert (index, numInsert);
} else if (index < startExtra + numExtra) {