svn commit: r349392 - head/sys/sys

Julian Elischer julian at FreeBSD.org
Tue Jun 25 19:55:43 UTC 2019


Author: julian
Date: Tue Jun 25 19:55:42 2019
New Revision: 349392
URL: https://svnweb.freebsd.org/changeset/base/349392

Log:
  Fix annoying whitespace issue.
  NO real change

Modified:
  head/sys/sys/pmckern.h

Modified: head/sys/sys/pmckern.h
==============================================================================
--- head/sys/sys/pmckern.h	Tue Jun 25 19:44:22 2019	(r349391)
+++ head/sys/sys/pmckern.h	Tue Jun 25 19:55:42 2019	(r349392)
@@ -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)
 


More information about the svn-src-all mailing list