Style fix.

This commit is contained in:
John Baldwin 2009-10-23 15:10:41 +00:00
parent 4f9d48e478
commit 0deb032554

View File

@ -52,7 +52,7 @@ struct ktr_header {
int ktr_len; /* length of buf */
short ktr_type; /* trace record type */
pid_t ktr_pid; /* process id */
char ktr_comm[MAXCOMLEN+1]; /* command name */
char ktr_comm[MAXCOMLEN + 1];/* command name */
struct timeval ktr_time; /* timestamp */
intptr_t ktr_tid; /* was ktr_buffer */
};