PERFORCE change 90249 for review

Robert Watson rwatson at FreeBSD.org
Mon Jan 23 22:07:08 GMT 2006


http://perforce.freebsd.org/chv.cgi?CH=90249

Change 90249 by rwatson at rwatson_peppercorn on 2006/01/23 22:06:33

	Further minor style tweaks.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditreduce/auditreduce.c#8 (text+ko) ====

@@ -28,7 +28,7 @@
 
 /* 
  * Tool used to merge and select audit records from audit trail files 
- */    
+ */
 
 /*
  * XXX Currently we do not support merging of records from multiple
@@ -313,7 +313,7 @@
 		if (au_preselect(tok.tt.hdr32.e_type, &maskp, AU_PRS_BOTH,
 		    AU_PRS_USECACHE) != 1)
 			return (0);
-	}  
+	}
 
 	/* Check if event matches. */
 	if (ISOPTSET(opttochk, OPT_m)) {
@@ -394,7 +394,7 @@
 	u_char *buf;
 	tokenstr_t tok;
 	int reclen;
-   	int bytesread;
+	int bytesread;
 	int selected;
 	uint32_t optchkd;
 
@@ -523,7 +523,7 @@
 	struct passwd *pw;
 	struct tm tm;
 	au_event_t *n;
-	FILE  *fp;
+	FILE *fp;
 	int i;
 	char *objval, *converr;
 	char ch;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list