Skip to content

Commit 51253fc

Browse files
add whitespaces to public headers
1 parent 87a1027 commit 51253fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc/include/llvm-libc-types/struct_statvfs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88

99
#ifndef LLVM_LIBC_TYPES_STRUCT_STATVFS_H
1010
#define LLVM_LIBC_TYPES_STRUCT_STATVFS_H
11+
1112
#include <llvm-libc-types/fsblkcnt_t.h>
1213
#include <llvm-libc-types/fsfilcnt_t.h>
14+
1315
struct statvfs {
1416
unsigned long f_bsize; /* Filesystem block size */
1517
unsigned long f_frsize; /* Fragment size */
@@ -23,4 +25,5 @@ struct statvfs {
2325
unsigned long f_flag; /* Mount flags */
2426
unsigned long f_namemax; /* Maximum filename length */
2527
};
28+
2629
#endif // LLVM_LIBC_TYPES_STRUCT_STATVFS_H

0 commit comments

Comments
 (0)