1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Remove some whitespace.

This commit is contained in:
Joao Paulo Magalhaes 2017-04-28 15:38:21 +01:00
parent 6452883027
commit e869e3749a

View File

@ -105,11 +105,8 @@ struct ResultsCheckerEntry {
T tval = static_cast< T >(dval);
return tval;
}
};
#define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \
CONCAT(CHECK_, relationship)(entry.getfn< var_type >(var_name), (value)) \
<< "\n" << __FILE__ << ":" << __LINE__ << ": " \