Removed trailing whitespace.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 29 Apr 2013 06:16:55 +0000 (06:16 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 29 Apr 2013 06:16:55 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180696 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCOpts.cpp

index 4094623ac876a165e65942e2e149fcdf01c84235..9991f156bd1f77c8b6eca4907f0e1be31a9e06e1 100644 (file)
@@ -2581,7 +2581,7 @@ ObjCARCOpt::ConnectTDBUTraversals(DenseMap<const BasicBlock *, BBState>
   // long as the existing imbalances are maintained.
   if (OldDelta != 0)
     return false;
-  
+
 #ifdef ARC_ANNOTATIONS
   // Do not move calls if ARC annotations are requested.
   if (EnableARCAnnotations)