From 82a3e78e043194a768f1f490494f2bfe76797ef6 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 12 Mar 2015 08:57:00 -0700 Subject: [PATCH] Indent --- posix.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/posix.cc b/posix.cc index c4721e16..7aca1a86 100644 --- a/posix.cc +++ b/posix.cc @@ -45,13 +45,13 @@ # define O_CREAT _O_CREAT # define O_TRUNC _O_TRUNC -#ifndef S_IRUSR -# define S_IRUSR _S_IREAD -#endif +# ifndef S_IRUSR +# define S_IRUSR _S_IREAD +# endif -#ifndef S_IWUSR -# define S_IWUSR _S_IWRITE -#endif +# ifndef S_IWUSR +# define S_IWUSR _S_IWRITE +# endif # ifdef __MINGW32__ # define _SH_DENYNO 0x40