Date: Fri, 9 Jul 2004 17:27:40 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 56904 for review Message-ID: <200407091727.i69HReeH064869@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=56904 Change 56904 by rwatson@rwatson_tislabs on 2004/07/09 17:27:08 White space style fixes. Affected files ... .. //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#210 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/sys/mac_policy.h#210 (text+ko) ==== @@ -98,9 +98,9 @@ void (*mpo_init_ifnet_label)(struct label *label); int (*mpo_init_inpcb_label)(struct label *label, int flag); void (*mpo_init_ipc_msgmsg_label)(struct label *label); - void (*mpo_init_ipc_msgqueue_label)(struct label* label); - void (*mpo_init_ipc_sema_label)(struct label* label); - void (*mpo_init_ipc_shm_label)(struct label* label); + void (*mpo_init_ipc_msgqueue_label)(struct label *label); + void (*mpo_init_ipc_sema_label)(struct label *label); + void (*mpo_init_ipc_shm_label)(struct label *label); int (*mpo_init_ipq_label)(struct label *label, int flag); int (*mpo_init_mbuf_label)(struct label *label, int flag); void (*mpo_init_mount_label)(struct label *label); @@ -116,10 +116,10 @@ void (*mpo_destroy_devfsdirent_label)(struct label *label); void (*mpo_destroy_ifnet_label)(struct label *label); void (*mpo_destroy_inpcb_label)(struct label *label); - void (*mpo_destroy_ipc_msgmsg_label)(struct label* label); - void (*mpo_destroy_ipc_msgqueue_label)(struct label* label); - void (*mpo_destroy_ipc_sema_label)(struct label* label); - void (*mpo_destroy_ipc_shm_label)(struct label* label); + void (*mpo_destroy_ipc_msgmsg_label)(struct label *label); + void (*mpo_destroy_ipc_msgqueue_label)(struct label *label); + void (*mpo_destroy_ipc_sema_label)(struct label *label); + void (*mpo_destroy_ipc_shm_label)(struct label *label); void (*mpo_destroy_ipq_label)(struct label *label); void (*mpo_destroy_mbuf_label)(struct label *label); void (*mpo_destroy_mount_label)(struct label *label);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407091727.i69HReeH064869>