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:
parent
6452883027
commit
e869e3749a
@ -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__ << ": " \
|
||||
|
Loading…
Reference in New Issue
Block a user