Kaydet (Commit) dcd59273 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

improve formatting

Change-Id: Id652ff18023965cb2bcc7c10520f95a51e8ac15d
üst 31e8084f
...@@ -1423,8 +1423,12 @@ void ScTable::FillAutoSimple( ...@@ -1423,8 +1423,12 @@ void ScTable::FillAutoSimple(
} }
} }
if (rInner == nIEnd) break; if (rInner == nIEnd)
if (bPositive) ++rInner; else --rInner; break;
if (bPositive)
++rInner;
else
--rInner;
// Progress in inner loop only for expensive cells, // Progress in inner loop only for expensive cells,
// and even then not individually for each one // and even then not individually for each one
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment