add some whitespace

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5884 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-08 13:08:24 +00:00
parent 5404e75905
commit 86cb7cdfe4

View File

@@ -32,6 +32,7 @@
RCSID("$Id$");
#ifdef HAVE_TERMIOS_H
void
rl_ttyset(int Reset)
{
@@ -58,7 +59,9 @@ rl_ttyset(int Reset)
else
tcsetattr(0, TCSANOW, &old);
}
#else /* !HAVE_TERMIOS_H */
void
rl_ttyset(int Reset)
{