Skip to content

Commit 8615229

Browse files
committed
[libc++] Fix style again
Should've ran `git clang-format HEAD~2` instead.
1 parent dfd2f63 commit 8615229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/benchmarks/filesystem.bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ BENCHMARK_CAPTURE(BM_LexicallyNormal, large_path, getRandomPaths, /*PathLen*/ 32
173173

174174
template <class GenInput>
175175
void BM_LexicallyRelative(benchmark::State& st, GenInput gen, size_t PathLen) {
176-
auto BasePath = gen(st.range(0), PathLen);
176+
auto BasePath = gen(st.range(0), PathLen);
177177
auto TargetPath = gen(st.range(0), PathLen);
178178
benchmark::DoNotOptimize(&BasePath);
179179
benchmark::DoNotOptimize(&TargetPath);

0 commit comments

Comments
 (0)