[clang] e2d0f50 - [clang][NFC] Remove trailing whitespace characters
Ben Shi via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 21 23:34:39 PST 2023
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;
More information about the cfe-commits
mailing list