Skip to content

Commit 5f7cb57

Browse files
committed
Fix clang-format issue
1 parent 321e55f commit 5f7cb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Analysis/UnsafeBufferUsage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ struct LibcFunNamePrefixSuffixParser {
785785
// - 'A', if 'cond' has constant true value;
786786
// - 'B', if 'cond' has constant false value.
787787
static const Expr *tryConstantFoldConditionalExpr(const Expr *E,
788-
const ASTContext &Ctx) {
788+
const ASTContext &Ctx) {
789789
// FIXME: more places can use this function
790790
if (const auto *CE = dyn_cast<ConditionalOperator>(E)) {
791791
bool CondEval;

0 commit comments

Comments
 (0)