Skip to content

Commit d145cfe

Browse files
committed
fix formatting
1 parent b4814ba commit d145cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clang-tidy/bugprone/NarrowingConversionsCheck.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ class NarrowingConversionsCheck : public ClangTidyCheck {
8585
bool handleConditionalOperator(const ASTContext &Context, const Expr &Lhs,
8686
const Expr &Rhs);
8787

88-
void handleConditionalOperatorArgument(const ASTContext &Context, const Expr &Lhs,
89-
const Expr *Arg);
88+
void handleConditionalOperatorArgument(const ASTContext &Context,
89+
const Expr &Lhs, const Expr *Arg);
9090
void handleImplicitCast(const ASTContext &Context,
9191
const ImplicitCastExpr &Cast);
9292

0 commit comments

Comments
 (0)