Skip to content

Commit 3ebde62

Browse files
committed
fix formatting
1 parent 504b7b5 commit 3ebde62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/clang-tidy/misc/RedundantExpressionCheck.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,8 @@ static bool isSameRawIdentifierToken(const Token &T1, const Token &T2,
808808
StringRef(SM.getCharacterData(T2.getLocation()), T2.getLength());
809809
}
810810

811-
static bool isTokAtEndOfExpr(SourceRange ExprSR, Token T, const SourceManager &SM) {
811+
static bool isTokAtEndOfExpr(SourceRange ExprSR, Token T,
812+
const SourceManager &SM) {
812813
return SM.getExpansionLoc(ExprSR.getEnd()) == T.getLocation();
813814
}
814815

0 commit comments

Comments
 (0)