Test commit access.
authorNicola Zaghen <nicola.zaghen@imgtec.com>
Mon, 14 May 2018 08:24:29 +0000 (08:24 +0000)
committerNicola Zaghen <nicola.zaghen@imgtec.com>
Mon, 14 May 2018 08:24:29 +0000 (08:24 +0000)
Remove trailing whitespace.

llvm-svn: 332220

llvm/lib/Transforms/Utils/CloneFunction.cpp

index 2da3f71..956514d 100644 (file)
@@ -275,7 +275,7 @@ namespace {
 
     /// The specified block is found to be reachable, clone it and
     /// anything that it can reach.
-    void CloneBlock(const BasicBlock *BB, 
+    void CloneBlock(const BasicBlock *BB,
                     BasicBlock::const_iterator StartingInst,
                     std::vector<const BasicBlock*> &ToClone);
   };