Fix annoying whitespace issue.

NO real change
This commit is contained in:
Julian Elischer 2019-06-25 19:55:42 +00:00
parent 4f53d57e8c
commit eb2b51ffda

View File

@ -226,7 +226,7 @@ do { \
*/
#define PMC_CALL_HOOK_UNLOCKED(t, cmd, arg) \
do { \
if (pmc_hook != NULL) \
if (pmc_hook != NULL) \
(pmc_hook)((t), (cmd), (arg)); \
} while (0)