Commit e869e374 by Joao Paulo Magalhaes

Remove some whitespace.

parent 64528830
......@@ -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__ << ": " \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment