Author: Ben Shi Date: 2023-12-22T15:34:13+08:00 New Revision: e2d0f50cd6f2887c32508faba54a9a9499576a4e
URL: https://github.com/llvm/llvm-project/commit/e2d0f50cd6f2887c32508faba54a9a9499576a4e DIFF: https://github.com/llvm/llvm-project/commit/e2d0f50cd6f2887c32508faba54a9a9499576a4e.diff LOG: [clang][NFC] Remove trailing whitespace characters Added: Modified: clang/lib/Serialization/ASTReaderStmt.cpp Removed: ################################################################################ diff --git a/clang/lib/Serialization/ASTReaderStmt.cpp b/clang/lib/Serialization/ASTReaderStmt.cpp index cf37ffe4c38b5d..21aed570ba26ce 100644 --- a/clang/lib/Serialization/ASTReaderStmt.cpp +++ b/clang/lib/Serialization/ASTReaderStmt.cpp @@ -2007,7 +2007,7 @@ void ASTStmtReader::VisitCXXDependentScopeMemberExpr( E->QualifierLoc = Record.readNestedNameSpecifierLoc(); // not ImplicitAccess if (CurrentUnpackingBits->getNextBit()) - E->Base = Record.readSubExpr(); + E->Base = Record.readSubExpr(); else E->Base = nullptr; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits