Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / Analysis / TaskStateAnalysis / TaskQueueIterator.java
index c4129561a313070c1aa28e8fa8af983292613610..cb6db9e9c0d8658ba04e577e43302e431bbacff3 100644 (file)
@@ -68,7 +68,7 @@ objloop:
       TagExpressionList tel=td.getTag(vd);
       int j;
       if (needinit) {
-       j=(tel!=null)&&tel.numTags()>0 ? tel.numTags()-1 : 0;
+       j=(tel!=null)&&tel.numTags()>0?tel.numTags()-1:0;
        needinit=false;
       } else
        j=0;