Skip to content

Commit b1a92d5

Browse files
author
Job Hernandez
committed
format code
1 parent fc3b738 commit b1a92d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/src/fcntl/linux/open.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#include "src/__support/macros/config.h"
1414
#include "src/errno/libc_errno.h"
1515

16-
#include "hdr/types/mode_t.h"
1716
#include "hdr/fcntl_macros.h"
17+
#include "hdr/types/mode_t.h"
1818
#include <stdarg.h>
1919
#include <sys/syscall.h> // For syscall numbers.
2020

libc/src/spawn/linux/posix_spawn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "src/__support/macros/config.h"
1515
#include "src/spawn/file_actions.h"
1616

17-
#include "hdr/types/mode_t.h"
1817
#include "hdr/fcntl_macros.h"
18+
#include "hdr/types/mode_t.h"
1919
#include <signal.h> // For SIGCHLD
2020
#include <spawn.h>
2121
#include <sys/syscall.h> // For syscall numbers.

0 commit comments

Comments
 (0)