From eb2b51ffda85293ed70711111fe3db366ae68b5d Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Tue, 25 Jun 2019 19:55:42 +0000 Subject: [PATCH] Fix annoying whitespace issue. NO real change --- sys/sys/pmckern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/pmckern.h b/sys/sys/pmckern.h index e892d658a1ca..5b337f8d76df 100644 --- a/sys/sys/pmckern.h +++ b/sys/sys/pmckern.h @@ -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)