add some whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5884 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
#ifdef HAVE_TERMIOS_H
|
#ifdef HAVE_TERMIOS_H
|
||||||
|
|
||||||
void
|
void
|
||||||
rl_ttyset(int Reset)
|
rl_ttyset(int Reset)
|
||||||
{
|
{
|
||||||
@@ -58,7 +59,9 @@ rl_ttyset(int Reset)
|
|||||||
else
|
else
|
||||||
tcsetattr(0, TCSANOW, &old);
|
tcsetattr(0, TCSANOW, &old);
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* !HAVE_TERMIOS_H */
|
#else /* !HAVE_TERMIOS_H */
|
||||||
|
|
||||||
void
|
void
|
||||||
rl_ttyset(int Reset)
|
rl_ttyset(int Reset)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user