From 39af394a1c3ae1d8ac71ad263a7c524988702c2e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Oct 2004 07:50:18 +0000 Subject: removed tabs and trailing whitespace from source --- src/getpass.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/getpass.c') diff --git a/src/getpass.c b/src/getpass.c index 21cb679a7..af377b1ed 100644 --- a/src/getpass.c +++ b/src/getpass.c @@ -39,7 +39,7 @@ #include "getpass.h" #ifndef WIN32 -#ifdef VMS +#ifdef VMS #include #include #include descrip @@ -80,7 +80,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) } #else /* VMS */ #ifdef HAVE_TERMIOS_H -# if !defined(HAVE_TCGETATTR) && !defined(HAVE_TCSETATTR) +# if !defined(HAVE_TCGETATTR) && !defined(HAVE_TCSETATTR) # undef HAVE_TERMIOS_H # endif #endif @@ -126,7 +126,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) #else # ifdef HAVE_TERMIO_H struct termio orig; - struct termio noecho; + struct termio noecho; # else # endif #endif @@ -192,7 +192,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) # else # endif #endif - + signal(SIGINT, sigint); #ifdef SIGTSTP signal(SIGTSTP, sigtstp); @@ -211,7 +211,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen) { size_t i; printf("%s", prompt); - + for(i=0; i