Get rid of annoying spaces.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45100 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopUnswitch.cpp b/lib/Transforms/Scalar/LoopUnswitch.cpp
index e413b94..4cbff2a 100644
--- a/lib/Transforms/Scalar/LoopUnswitch.cpp
+++ b/lib/Transforms/Scalar/LoopUnswitch.cpp
@@ -636,7 +636,7 @@
     BasicBlock *B = *DI++;
     if (L->contains(B))
       continue;
-  
+
     DF->removeFromFrontier(DFI, B);
     LoopDF.insert(B);
   }