aboutsummaryrefslogtreecommitdiff
path: root/networking/slattach.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-29 11:46:52 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-29 11:46:52 +0200
commitfb132e47370378474c68ad22c1c0cb2ccee178de (patch)
tree4f78d0fdd1c2fa2341c7d9bb17f9d98d099a238c /networking/slattach.c
parent66cb7bed33da605674c3d24734466b8e8a60e337 (diff)
downloadbusybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.gz
busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.tar.bz2
busybox-w32-fb132e47370378474c68ad22c1c0cb2ccee178de.zip
whitespace cleanup
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'networking/slattach.c')
-rw-r--r--networking/slattach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/slattach.c b/networking/slattach.c
index 921ec552d..71edd2f27 100644
--- a/networking/slattach.c
+++ b/networking/slattach.c
@@ -134,9 +134,9 @@ int slattach_main(int argc UNUSED_PARAM, char **argv)
134 int i, encap, opt; 134 int i, encap, opt;
135 struct termios state; 135 struct termios state;
136 const char *proto = "cslip"; 136 const char *proto = "cslip";
137 const char *extcmd; /* Command to execute after hangup */ 137 const char *extcmd; /* Command to execute after hangup */
138 const char *baud_str; 138 const char *baud_str;
139 int baud_code = -1; /* Line baud rate (system code) */ 139 int baud_code = -1; /* Line baud rate (system code) */
140 140
141 enum { 141 enum {
142 OPT_p_proto = 1 << 0, 142 OPT_p_proto = 1 << 0,