about summary refs log tree commit diff
path: root/include/sys/acct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/acct.h')
-rw-r--r--include/sys/acct.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/sys/acct.h b/include/sys/acct.h
index ee576c4a..9b0ba36f 100644
--- a/include/sys/acct.h
+++ b/include/sys/acct.h
@@ -14,8 +14,7 @@ extern "C" {
 
 typedef uint16_t comp_t;
 
-struct acct
-{
+struct acct {
 	char ac_flag;
 	uint16_t ac_uid;
 	uint16_t ac_gid;
@@ -36,8 +35,7 @@ struct acct
 };
 
 
-struct acct_v3
-{
+struct acct_v3 {
 	char ac_flag;
 	char ac_version;
 	uint16_t ac_tty;