summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-04 20:14:41 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-04 20:14:41 +0000
commitf7832e935f99ade0c764e063bb06e5ca36dd0bee (patch)
tree80a3e6f44cbd0597295dc5332f6510d90088c383 /source3/lib
parentd2ea6d5ae759bd2c842b5836d778b5a52b8af477 (diff)
downloadsamba-f7832e935f99ade0c764e063bb06e5ca36dd0bee.tar.gz
samba-f7832e935f99ade0c764e063bb06e5ca36dd0bee.tar.bz2
samba-f7832e935f99ade0c764e063bb06e5ca36dd0bee.zip
Remove useless spaces - this broke make proto
(This used to be commit 0341fb45829c5d13a7e02daaa9b960fdff492323)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/getsmbpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/getsmbpass.c b/source3/lib/getsmbpass.c
index 0874529d32..c271d55404 100644
--- a/source3/lib/getsmbpass.c
+++ b/source3/lib/getsmbpass.c
@@ -83,7 +83,7 @@ static int tcsetattr(int fd, int flags, struct sgttyb *t)
static struct termios t;
#endif /* SYSV_TERMIO */
-char *getsmbpass(char *prompt)
+char *getsmbpass(char *prompt)
{
FILE *in, *out;
int echo_off;