Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Nov 20, 2024
1 parent 4415983 commit 7d1abe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IRPrinter.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class IRPrinter : public IRVisitor {
void print_lets(const Let *let);

/** A helper for printing a braced statement */
void print_braced_stmt(const Stmt &, int extra_indent=2);
void print_braced_stmt(const Stmt &, int extra_indent = 2);

void visit(const IntImm *) override;
void visit(const UIntImm *) override;
Expand Down

0 comments on commit 7d1abe6

Please sign in to comment.