r203422 - Remove trailing whitespace.

Bob Wilson bob.wilson at apple.com
Sun Mar 9 16:02:28 PDT 2014


Author: bwilson
Date: Sun Mar  9 18:02:27 2014
New Revision: 203422

URL: http://llvm.org/viewvc/llvm-project?rev=203422&view=rev
Log:
Remove trailing whitespace.

Modified:
    cfe/trunk/lib/Sema/SemaChecking.cpp

Modified: cfe/trunk/lib/Sema/SemaChecking.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaChecking.cpp?rev=203422&r1=203421&r2=203422&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaChecking.cpp (original)
+++ cfe/trunk/lib/Sema/SemaChecking.cpp Sun Mar  9 18:02:27 2014
@@ -601,7 +601,7 @@ bool Sema::CheckARMBuiltinFunctionCall(u
   if (CheckNeonBuiltinFunctionCall(BuiltinID, TheCall))
     return true;
 
-  // For NEON intrinsics which take an immediate value as part of the 
+  // For NEON intrinsics which take an immediate value as part of the
   // instruction, range check them here.
   unsigned i = 0, l = 0, u = 0;
   switch (BuiltinID) {





More information about the cfe-commits mailing list