summaryrefslogtreecommitdiff
path: root/LibC/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibC/wchar.h')
-rw-r--r--LibC/wchar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibC/wchar.h b/LibC/wchar.h
index e46806fcc5..d28d0d4c7d 100644
--- a/LibC/wchar.h
+++ b/LibC/wchar.h
@@ -1,12 +1,12 @@
#pragma once
-#include <sys/cdefs.h>
#include <stddef.h>
+#include <sys/cdefs.h>
__BEGIN_DECLS
#ifndef WEOF
-#define WEOF (0xffffffffu)
+# define WEOF (0xffffffffu)
#endif
__END_DECLS