Test Commit

Remove trailing whitespace.

llvm-svn: 299007
This commit is contained in:
Brian Kelley 2017-03-29 17:18:05 +00:00
parent 5fcfc2c025
commit 4afdfe811c
1 changed files with 1 additions and 1 deletions

View 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.