- djm@cvs.openbsd.org 2003/11/21 11:57:03
     [everything]
     unexpand and delete whitespace at EOL; ok markus@
     (done locally and RCS IDs synced)
diff --git a/auth-chall.c b/auth-chall.c
index dd55d6e..a9d314d 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -84,7 +84,7 @@
 		if ((device->query(authctxt->kbdintctxt, &name, &info,
 		    &numprompts, &prompts, &echo_on)) != 0)
 			break;
-		if (numprompts == 0 && 
+		if (numprompts == 0 &&
 		    device->respond(authctxt->kbdintctxt, 0, resp) == 0)
 			authenticated = 1;