Whitespace

This commit is contained in:
Behdad Esfahbod 2019-08-23 12:24:15 -07:00
parent 569426d861
commit 4dcaca8411
1 changed files with 2 additions and 2 deletions

View File

@ -298,8 +298,8 @@ struct hb_auto_trace_t
template <typename T>
T ret (T&& v,
const char *func = "",
unsigned int line = 0)
const char *func = "",
unsigned int line = 0)
{
if (unlikely (returned)) {
fprintf (stderr, "OUCH, double calls to return_trace(). This is a bug, please report.\n");