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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349392

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)