aboutsummaryrefslogtreecommitdiff
path: root/test/filter_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/filter_test.cc')
-rw-r--r--test/filter_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filter_test.cc b/test/filter_test.cc
index 1c19891..a567de2 100644
--- a/test/filter_test.cc
+++ b/test/filter_test.cc
@@ -70,7 +70,7 @@ static void BM_FooBa(benchmark::State& state) {
}
BENCHMARK(BM_FooBa);
-int main(int argc, char **argv) {
+int main(int argc, char** argv) {
bool list_only = false;
for (int i = 0; i < argc; ++i)
list_only |= std::string(argv[i]).find("--benchmark_list_tests") !=