Get rid of annoying spaces.
authorDavid Greene <greened@obbligato.org>
Mon, 17 Dec 2007 17:40:29 +0000 (17:40 +0000)
committerDavid Greene <greened@obbligato.org>
Mon, 17 Dec 2007 17:40:29 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45100 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnswitch.cpp

index e413b943b67d151817af8c3fde58b7437b1934f0..4cbff2a5770aa34df12d28f76fbcd962f4491181 100644 (file)
@@ -636,7 +636,7 @@ void LoopUnswitch::ReplaceLoopExternalDFMember(Loop *L, BasicBlock *BB,
     BasicBlock *B = *DI++;
     if (L->contains(B))
       continue;
-  
+
     DF->removeFromFrontier(DFI, B);
     LoopDF.insert(B);
   }