[Kst] branches/work/kst/1.1/kst/kst

George Staikos staikos at kde.org
Fri Sep 23 17:05:12 CEST 2005


SVN commit 463318 by staikos:

indenting fix


 M  +5 -5      kstrvector.cpp  


--- branches/work/kst/1.1/kst/kst/kstrvector.cpp #463317:463318
@@ -466,11 +466,11 @@
   }
 
   if (DoSkip) {
-      // change new_f0 and new_nf so they both lie on skip boundaries
-      if (new_f0 != 0) {
-        new_f0 = (((new_f0-1)/Skip)+1)*Skip;
-      }
-      new_nf = (new_nf/Skip)*Skip;
+    // change new_f0 and new_nf so they both lie on skip boundaries
+    if (new_f0 != 0) {
+      new_f0 = ((new_f0-1)/Skip+1)*Skip;
+    }
+    new_nf = (new_nf/Skip)*Skip;
   }
 
   if (NF == new_nf && F0 == new_f0 && !force) {


More information about the Kst mailing list