svn commit: r246698 - head/sys/bsm

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Feb 11 23:14:54 UTC 2013


Author: pjd
Date: Mon Feb 11 23:14:54 2013
New Revision: 246698
URL: http://svnweb.freebsd.org/changeset/base/246698

Log:
  Style.

Modified:
  head/sys/bsm/audit_kevents.h

Modified: head/sys/bsm/audit_kevents.h
==============================================================================
--- head/sys/bsm/audit_kevents.h	Mon Feb 11 23:06:18 2013	(r246697)
+++ head/sys/bsm/audit_kevents.h	Mon Feb 11 23:14:54 2013	(r246698)
@@ -36,8 +36,8 @@
 /*
  * The reserved event numbers for kernel events are 1...2047 and 43001..44900.
  */
-#define	AUE_IS_A_KEVENT(e)	(((e) > 0 && (e) < 2048) || 	\
-    				 ((e) > 43000 && (e) < 45000))
+#define	AUE_IS_A_KEVENT(e)	(((e) > 0 && (e) < 2048) ||	\
+				 ((e) > 43000 && (e) < 45000))
 
 /*
  * Values marked as AUE_NULL are not required to be audited as per CAPP.


More information about the svn-src-all mailing list