switch to spaces only..
[IRC.git] / Robust / src / IR / Flat / FlatPrefetchNode.java
index 68820b72f5dfd51541abd5d2268170aede50330f..99204fcbc5e950420fd3deef90ed16788a91c8d4 100644 (file)
@@ -17,7 +17,7 @@ public class FlatPrefetchNode extends FlatNode {
     for(Iterator<PrefetchPair> it=hspp.iterator(); it.hasNext(); ) {
       PrefetchPair pp=it.next();
       if (!first)
-       st+=", ";
+        st+=", ";
       first=false;
       st+=pp;
     }