Testing commit access.
authorMoritz Roth <moritz.roth@arm.com>
Thu, 14 Aug 2014 16:20:50 +0000 (16:20 +0000)
committerMoritz Roth <moritz.roth@arm.com>
Thu, 14 Aug 2014 16:20:50 +0000 (16:20 +0000)
Remove a trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215653 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64BranchRelaxation.cpp

index 670fe91d8f7cabbf4292ff5e27fb4c48e41b81cd..e2b636773b0a37bb6f55d8ecc51ce71d03404bf5 100644 (file)
@@ -137,7 +137,7 @@ static bool BBHasFallthrough(MachineBasicBlock *MBB) {
   if (NextBB == MBB->getParent()->end())
     return false;
 
-  for (MachineBasicBlock *S : MBB->successors()) 
+  for (MachineBasicBlock *S : MBB->successors())
     if (S == NextBB)
       return true;