Convert some tab stops into spaces.
[oota-llvm.git] / tools / bugpoint / ListReducer.h
index 5e9cff0efa8276cdc14e476dced0058629e3734d..bd1c5da65c8fa602f740482e6ad10c3879036594 100644 (file)
@@ -183,8 +183,8 @@ Backjump:
             --i;  // Don't skip an element of the list
             Changed = true;
           }
-         if (!Error.empty())
-           return true;
+          if (!Error.empty())
+            return true;
         }
         // This can take a long time if left uncontrolled.  For now, don't
         // iterate.