aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-30 00:29:55 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-30 00:29:55 +0000
commit1be4cb859b3f084a18161e9b075560cbec2218e8 (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /coreutils
parente37f68fb738d1bd2f958f8767b6990a9f9c74a97 (diff)
downloadbusybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.tar.gz
busybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.tar.bz2
busybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.zip
whitespace fixes
git-svn-id: svn://busybox.net/trunk/busybox@18703 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-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;