From a614ea631d34d5c6273bfdaeea6a79ce2eb366a1 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 21 Dec 2014 21:27:57 +0000 Subject: more (and indentation in one spot) --- lout/misc.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lout') 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) { -- cgit v1.2.3