Skip to content

Commit c14b519

Browse files
committed
Format
1 parent 7add6f4 commit c14b519

File tree

1 file changed

+1
-4
lines changed
  • clang-tools-extra/pseudo/lib/cxx

1 file changed

+1
-4
lines changed

clang-tools-extra/pseudo/lib/cxx/CXX.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,7 @@ bool hasExclusiveType(const ForestNode *N) {
280280
}
281281

282282
llvm::DenseMap<ExtensionID, RuleGuard> buildGuards() {
283-
#define GUARD(cond) \
284-
{ \
285-
[](const GuardParams &P) { return cond; } \
286-
}
283+
#define GUARD(cond) {[](const GuardParams &P) { return cond; }}
287284
#define TOKEN_GUARD(kind, cond) \
288285
[](const GuardParams &P) { \
289286
const Token &Tok = onlyToken(tok::kind, P.RHS, P.Tokens); \

0 commit comments

Comments
 (0)