Don't mix real tabs with tabs expanded as 8 spaces -- that's
[openssl.git] / crypto / des / read_pwd.c
index 8ac1f1e36e0222674a5a8c104ddfb2a8e45902d7..d280aa14a568732b2454d11d68f0fcb3be14956a 100644 (file)
@@ -476,11 +476,11 @@ static int noecho_fgets(char *buf, int size, FILE *tty)
  * usually a CR so this can be trouble. No STDIO fix seems to work but
  * flushing the console appears to do the trick.
  */
-                {
-                        HANDLE inh;
-                        inh = GetStdHandle(STD_INPUT_HANDLE);
-                        FlushConsoleInputBuffer(inh);
-                }
+               {
+                       HANDLE inh;
+                       inh = GetStdHandle(STD_INPUT_HANDLE);
+                       FlushConsoleInputBuffer(inh);
+               }
 #endif
        return(strlen(buf));
        }