Skip to content

Commit e0aaea9

Browse files
Apply pre-commit auto-fixes
1 parent a40180b commit e0aaea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IRGraphCXXPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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";
4545

4646
// Here is a bad typo for Alex who likes progamming. Above is a badly intented line. Two typos?
4747
}

test/internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "Generator.h"
1010
#include "IR.h"
1111
#include "IREquality.h"
12+
#include "IRGraphCXXPrinter.h"
1213
#include "IRMatch.h"
1314
#include "IRPrinter.h"
1415
#include "Interval.h"
@@ -18,7 +19,6 @@
1819
#include "Solve.h"
1920
#include "SpirvIR.h"
2021
#include "UniquifyVariableNames.h"
21-
#include "IRGraphCXXPrinter.h"
2222

2323
using namespace Halide;
2424
using namespace Halide::Internal;

0 commit comments

Comments
 (0)