PERFORCE change 1191887 for review

Robert Watson rwatson at FreeBSD.org
Sun Mar 16 12:44:28 UTC 2014


http://p4web.freebsd.org/@@1191887?ac=10

Change 1191887 by rwatson at rwatson_cinnamon on 2014/03/16 12:43:46

	Synchronise whitespace in audit_kevents.h to a cleanup that took
	place in the FreeBSD version of the file.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#11 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#11 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#10 $
+ * $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_kevents.h#11 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -35,8 +35,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 p4-projects mailing list