Convert some tab stops into spaces.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineCompares.cpp
index af02b7673887a594fef32c00709dbfa2e704bbcd..6c00586412ac16e49acc4256de35ce8d79689989 100644 (file)
@@ -1446,7 +1446,7 @@ Instruction *InstCombiner::visitICmpInstWithInstAndIntCst(ICmpInst &ICI,
         }
         break;
       default:
-       break;
+        break;
       }
     }
   }