]> granicus.if.org Git - clang/commitdiff
Test Commit
authorBrian Kelley <bkelley@microsoft.com>
Wed, 29 Mar 2017 17:18:05 +0000 (17:18 +0000)
committerBrian Kelley <bkelley@microsoft.com>
Wed, 29 Mar 2017 17:18:05 +0000 (17:18 +0000)
Remove trailing whitespace.

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

lib/Sema/SemaDeclCXX.cpp

index 4a9120be2ffbde943b362c72fe74144adcc28a95..9500e6d3e6769066af9cbce50856970259f8c1e4 100644 (file)
@@ -12243,7 +12243,7 @@ void Sema::DefineImplicitLambdaToBlockPointerConversion(
   // Set the body of the conversion function.
   Stmt *ReturnS = Return.get();
   Conv->setBody(new (Context) CompoundStmt(Context, ReturnS,
-                                           Conv->getLocation(), 
+                                           Conv->getLocation(),
                                            Conv->getLocation()));
   
   // We're done; notify the mutation listener, if any.