Whitespace nit.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@76 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-02-22 22:04:30 +00:00
parent 2d71f7049b
commit 274583fefd
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ prompt_echo_off(const char *msg)
tcflag_t lflag;
char *ret;
int fd;
fd = fileno(stdin);
if (tcgetattr(fd, &tattr) != 0) {
openpam_log(PAM_LOG_ERROR, "tcgetattr(): %m");