From: Brian Kelley Date: Wed, 29 Mar 2017 17:18:05 +0000 (+0000) Subject: Test Commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1895a41dddbc05cdcfeb06ab7cb8f3e73679b30b;p=clang Test Commit Remove trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299007 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index 4a9120be2f..9500e6d3e6 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -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.