aboutsummaryrefslogtreecommitdiff
path: root/include/benchmark
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-03-18 18:35:36 -0400
committerEric Fiselier <eric@efcs.ca>2015-03-18 18:35:36 -0400
commit3bf0b251a37a8dcffd610ec07ac9b8b49a713455 (patch)
treecf05e13e8332eb66e312d3044051ce8fd870793c /include/benchmark
parent035a0ba2b374ca4343a7e4e6652c6c0d0780e8dd (diff)
downloadgoogle-benchmark-3bf0b251a37a8dcffd610ec07ac9b8b49a713455.tar.gz
remove whitespace
Diffstat (limited to 'include/benchmark')
-rw-r--r--include/benchmark/benchmark_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/benchmark/benchmark_api.h b/include/benchmark/benchmark_api.h
index c342d1a..9267ea5 100644
--- a/include/benchmark/benchmark_api.h
+++ b/include/benchmark/benchmark_api.h
@@ -430,7 +430,6 @@ class Benchmark {
#define BENCHMARK_PRIVATE_UNIQUE_ID __LINE__
#endif
-
// Helpers for generating unique variable names
#define BENCHMARK_PRIVATE_NAME(n) \
BENCHMARK_PRIVATE_NAME2(_benchmark_, BENCHMARK_PRIVATE_UNIQUE_ID, n)