make brace placement in public header struct definitions consistent
[oweals/musl.git] / include / utmpx.h
index 44b501d3e43957df445acf29d63c1e120bd72e69..9e5cc955eb1f89c3abc9b8fd2384ea981aa1ae71 100644 (file)
@@ -14,8 +14,7 @@ extern "C" {
 
 #include <bits/alltypes.h>
 
-struct utmpx
-{
+struct utmpx {
        short ut_type;
        pid_t ut_pid;
        char ut_line[32];