s4:heimdal: import lorikeet-heimdal-201107150856 (commit 48936803fae4a2fb362c79365d31...
[samba.git] / source4 / heimdal / lib / hcrypto / ui.c
index e32bb9a0bec4bf4031875556b5110021b4fddbc0..d0714fe6d5530b0271db5bdbc452d4f9d2fde468 100644 (file)
@@ -62,7 +62,7 @@ intr(int sig)
  */
 
 static int
-read_string(const char *preprompt, const char *prompt, 
+read_string(const char *preprompt, const char *prompt,
            char *buf, size_t len, int echo)
 {
     int of = 0;
@@ -86,13 +86,13 @@ read_string(const char *preprompt, const char *prompt,
     if(of)
        p--;
     *p = 0;
-    
+
     if(echo == 0){
        printf("\n");
     }
 
     signal(SIGINT, oldsigintr);
-    
+
     if(intr_flag)
        return -2;
     if(of)