Skip to content

Commit 297430a

Browse files
committed
Clang-format
1 parent ba73bc7 commit 297430a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/correctness/fast_arctan.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ int main(int argc, char **argv) {
1717
{Halide::MAE_1e_3, 1e-3f},
1818
{Halide::MAE_1e_4, 1e-4f},
1919
{Halide::MAE_1e_5, 1e-5f},
20-
{Halide::MAE_1e_6, 1e-6f}
21-
};
20+
{Halide::MAE_1e_6, 1e-6f}};
2221

2322
for (Prec precision : precisions_to_test) {
2423
fprintf(stderr, "\nTesting for precision %e...\n", precision.epsilon);

0 commit comments

Comments
 (0)