Skip to content

Commit 8f0789e

Browse files
author
Job Hernandez
committed
format code
1 parent dcdfd65 commit 8f0789e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/src/sys/stat/linux/chmod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
1212
#include "src/__support/common.h"
1313

14-
#include "hdr/types/mode_t.h"
1514
#include "hdr/fcntl_macros.h"
15+
#include "hdr/types/mode_t.h"
1616
#include "src/__support/macros/config.h"
1717
#include "src/errno/libc_errno.h"
1818
#include <sys/stat.h>

libc/src/sys/stat/linux/mkdir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "src/__support/OSUtil/syscall.h" // For internal syscall function.
1212
#include "src/__support/common.h"
1313

14-
#include "hdr/types/mode_t.h"
1514
#include "hdr/fcntl_macros.h"
15+
#include "hdr/types/mode_t.h"
1616
#include "src/__support/macros/config.h"
1717
#include "src/errno/libc_errno.h"
1818
#include <sys/stat.h>

0 commit comments

Comments
 (0)