diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-17 15:14:04 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-17 15:14:04 +0000 |
| commit | 56244736ec7d0a3c338f542204aae83fb0200346 (patch) | |
| tree | 5b228e3fe0009a2464914c26d0685fc59dbe3509 /miscutils | |
| parent | 542963685c3e25ae4cc7ffa3a80d5f1129e6a0d7 (diff) | |
| download | busybox-w32-56244736ec7d0a3c338f542204aae83fb0200346.tar.gz busybox-w32-56244736ec7d0a3c338f542204aae83fb0200346.tar.bz2 busybox-w32-56244736ec7d0a3c338f542204aae83fb0200346.zip | |
whitespace fixes
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/microcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index 2857a1b1b..ea48291ae 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
| @@ -19,7 +19,7 @@ static void signal_handler(int signo) | |||
| 19 | 19 | ||
| 20 | // set raw tty mode | 20 | // set raw tty mode |
| 21 | static void xget1(int fd, struct termios *t, struct termios *oldt) | 21 | static void xget1(int fd, struct termios *t, struct termios *oldt) |
| 22 | { | 22 | { |
| 23 | tcgetattr(fd, oldt); | 23 | tcgetattr(fd, oldt); |
| 24 | *t = *oldt; | 24 | *t = *oldt; |
| 25 | cfmakeraw(t); | 25 | cfmakeraw(t); |
