]> git.sur5r.net Git - cc65/blobdiff - src/common/filestat.c
Normalized code.
[cc65] / src / common / filestat.c
index fd42c5ec0756bd3873780f6c53db23a914089b77..d592c60cf40753dfd42d55bd0a4bd8be4231e36e 100644 (file)
@@ -47,8 +47,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #if defined(_WIN32)
-#include <errno.h>
-#include <windows.h>
+#  include <errno.h>
+#  include <windows.h>
 #endif
 
 /* common */