r174254 - Fixed whitespace.

Michael Gottesman mgottesman at apple.com
Fri Feb 1 17:03:01 PST 2013


Author: mgottesman
Date: Fri Feb  1 19:03:01 2013
New Revision: 174254

URL: http://llvm.org/viewvc/llvm-project?rev=174254&view=rev
Log:
Fixed whitespace.

Modified:
    cfe/trunk/lib/CodeGen/CGObjC.cpp

Modified: cfe/trunk/lib/CodeGen/CGObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGObjC.cpp?rev=174254&r1=174253&r2=174254&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGObjC.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGObjC.cpp Fri Feb  1 19:03:01 2013
@@ -1715,7 +1715,7 @@ static llvm::Constant *createARCRuntimeF
       // If we have Native ARC, set nonlazybind attribute for these APIs for
       // performance.
       f->addFnAttr(llvm::Attribute::NonLazyBind);
-  }
+    }
   }
 
   return fn;





More information about the cfe-commits mailing list