Skip to content

Commit 9bf55e4

Browse files
committed
Fix a problem with indentation
1 parent 9ace820 commit 9bf55e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/sort_benchmark.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ struct SortFunc { enum type {
2525
}; };
2626

2727
struct TestType { enum type {
28-
shuffled,
29-
sorted,
30-
reverse_sorted,
28+
shuffled,
29+
sorted,
30+
reverse_sorted,
3131
}; };
3232
// clang-format on
3333

0 commit comments

Comments
 (0)