CVS commit by staikos: make it clear that there is no typo M +2 -2 kstvector.cpp 1.25 --- kdeextragear-2/kst/kst/kstvector.cpp #1.24:1.25 @@ -165,6 +165,6 @@ KstObject::UpdateType KstVector::update( if (_size > 0) { - - for (i=0; (i<_size) && (!finite(_v[i])); i++); + for (i = 0; i < _size && !finite(_v[i]); i++) + /* Do Nothing */ ; SMax->setValue(_v[i]);