From: Michael Gottesman Date: Mon, 29 Apr 2013 06:16:55 +0000 (+0000) Subject: Removed trailing whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2088d917922d02b452608e2c46c5ee9886a723dd;p=oota-llvm.git Removed trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180696 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp index 4094623ac87..9991f156bd1 100644 --- a/lib/Transforms/ObjCARC/ObjCARCOpts.cpp +++ b/lib/Transforms/ObjCARC/ObjCARCOpts.cpp @@ -2581,7 +2581,7 @@ ObjCARCOpt::ConnectTDBUTraversals(DenseMap // 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)