1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-10 11:30:17 +08:00

Remove whitespace.

This commit is contained in:
Joao Paulo Magalhaes 2017-04-29 20:35:25 +01:00
parent c16c8fffac
commit 8f69e4f6ce

View File

@ -176,7 +176,6 @@ T Results::GetAs(const char* entry_name) const {
#define CHECK_COUNTER_VALUE_EPS(entry, var_name, relationship, value, eps_factor) \
_CHECK_RESULT_VALUE_EPS(entry, GetCounterAs, double, var_name, relationship, value, eps_factor)
#define CHECK_BENCHMARK_RESULTS(bm_name, checker_function) \
size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name, checker_function)