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/include/dirent.h | 12 ++++++------ w32/include/sub_proc.h | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'w32/include') diff --git a/w32/include/dirent.h b/w32/include/dirent.h index e75a1b1..16f81f7 100644 --- a/w32/include/dirent.h +++ b/w32/include/dirent.h @@ -36,16 +36,16 @@ this program. If not, see . */ struct dirent { - ino_t d_ino; /* unused - no equivalent on WINDOWS32 */ + ino_t d_ino; /* unused - no equivalent on WINDOWS32 */ char d_name[NAME_MAX+1]; }; typedef struct dir_struct { - ULONG dir_ulCookie; - HANDLE dir_hDirHandle; - DWORD dir_nNumFiles; - char dir_pDirectoryName[NAME_MAX+1]; - struct dirent dir_sdReturn; + ULONG dir_ulCookie; + HANDLE dir_hDirHandle; + DWORD dir_nNumFiles; + char dir_pDirectoryName[NAME_MAX+1]; + struct dirent dir_sdReturn; } DIR; DIR *opendir(const char *); diff --git a/w32/include/sub_proc.h b/w32/include/sub_proc.h index c7d9fee..ae93a8a 100644 --- a/w32/include/sub_proc.h +++ b/w32/include/sub_proc.h @@ -32,17 +32,17 @@ this program. If not, see . */ EXTERN_DECL(HANDLE process_init, (VOID_DECL)); EXTERN_DECL(HANDLE process_init_fd, (HANDLE stdinh, HANDLE stdouth, - HANDLE stderrh)); + HANDLE stderrh)); EXTERN_DECL(long process_begin, (HANDLE proc, char **argv, char **envp, - char *exec_path, char *as_user)); + char *exec_path, char *as_user)); EXTERN_DECL(long process_pipe_io, (HANDLE proc, char *stdin_data, - int stdin_data_len)); + int stdin_data_len)); EXTERN_DECL(long process_file_io, (HANDLE proc)); EXTERN_DECL(void process_cleanup, (HANDLE proc)); EXTERN_DECL(HANDLE process_wait_for_any, (int block, DWORD* pdwWaitStatus)); EXTERN_DECL(void process_register, (HANDLE proc)); EXTERN_DECL(HANDLE process_easy, (char** argv, char** env, - int outfd, int errfd)); + int outfd, int errfd)); EXTERN_DECL(BOOL process_kill, (HANDLE proc, int signal)); EXTERN_DECL(int process_used_slots, (VOID_DECL)); -- cgit v1.2.3