From a4937bc897320563091a77087baf1cdbe52885ab Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 27 Nov 2013 19:43:33 -0500 Subject: * w32/*: Remove TABs from the source code. I know whitespace commits are annoying, but having these TABs is causing me to miss things when I search through the code. This doesn't try to change the w32 code to meet GNU coding standards. --- w32/subproc/proc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'w32/subproc/proc.h') diff --git a/w32/subproc/proc.h b/w32/subproc/proc.h index 259a119..62ebf65 100644 --- a/w32/subproc/proc.h +++ b/w32/subproc/proc.h @@ -19,10 +19,10 @@ this program. If not, see . */ typedef int bool_t; -#define E_SCALL 101 -#define E_IO 102 -#define E_NO_MEM 103 -#define E_FORK 104 +#define E_SCALL 101 +#define E_IO 102 +#define E_NO_MEM 103 +#define E_FORK 104 extern bool_t arr2envblk(char **arr, char **envblk_out); -- cgit v1.2.3