aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 00:29:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-30 00:29:55 +0000
commit4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /coreutils/stty.c
parent4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff)
downloadbusybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz
busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2
busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip
whitespace fixes
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 488a7f8fb..e6d054ff2 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -632,7 +632,7 @@ static void display_speed(const struct termios *mode, int fancy)
632 ospeed = ispeed = cfgetispeed(mode); 632 ospeed = ispeed = cfgetispeed(mode);
633 if (ispeed == 0 || ispeed == (ospeed = cfgetospeed(mode))) { 633 if (ispeed == 0 || ispeed == (ospeed = cfgetospeed(mode))) {
634 ispeed = ospeed; /* in case ispeed was 0 */ 634 ispeed = ospeed; /* in case ispeed was 0 */
635 //0123 4 5 6 7 8 9 635 //0123 4 5 6 7 8 9
636 fmt_str = "%lu\n\0\0\0\0\0speed %lu baud;"; 636 fmt_str = "%lu\n\0\0\0\0\0speed %lu baud;";
637 } 637 }
638 if (fancy) fmt_str += 9; 638 if (fancy) fmt_str += 9;