Skip to content

Commit 0fa817c

Browse files
committed
typo and clang violation
1 parent 46b9691 commit 0fa817c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/IRGraphCXXPrinter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ void IRGraphCXXPrinter::test() {
4141
// Now let's see if it matches:
4242
internal_assert(equal(expr_19, e)) << "Expressions don't match:\n\n"
4343
<< e << "\n\n"
44-
<< expr_19 << "\n";
44+
<< expr_19 << "\n";
45+
46+
// Here is a bad typo for Alex who likes progamming. Above is a badly intented line. Two typos?
4547
}
4648
} // namespace Internal
4749
} // namespace Halide

0 commit comments

Comments
 (0)