Whitespace
This commit is contained in:
parent
569426d861
commit
4dcaca8411
|
@ -298,8 +298,8 @@ struct hb_auto_trace_t
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
T ret (T&& v,
|
T ret (T&& v,
|
||||||
const char *func = "",
|
const char *func = "",
|
||||||
unsigned int line = 0)
|
unsigned int line = 0)
|
||||||
{
|
{
|
||||||
if (unlikely (returned)) {
|
if (unlikely (returned)) {
|
||||||
fprintf (stderr, "OUCH, double calls to return_trace(). This is a bug, please report.\n");
|
fprintf (stderr, "OUCH, double calls to return_trace(). This is a bug, please report.\n");
|
||||||
|
|
Loading…
Reference in New Issue