diff options
author | Tim Riker | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /console-tools | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz |
just whitespace
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/openvt.c | 4 | ||||
-rw-r--r-- | console-tools/setkeycodes.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index d9f49bb..6bdf608 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c @@ -39,7 +39,7 @@ int openvt_main(int argc, char **argv) if (argc < 3) - bb_show_usage(); + bb_show_usage(); /* check for Illegal vt number: < 1 or > 12 */ sprintf(vtname, VC_FORMAT,(int)bb_xgetlarg(argv[1], 10, 1, 12)); @@ -56,7 +56,7 @@ int openvt_main(int argc, char **argv) if (setsid() < 0) { #endif - bb_perror_msg_and_die("Unable to set new session"); + bb_perror_msg_and_die("Unable to set new session"); } close(0); /* so that new vt becomes stdin */ diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 169d0bb..efb6e65 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -45,7 +45,7 @@ setkeycodes_main(int argc, char** argv) if (argc % 2 != 1 || argc < 2) { bb_show_usage(); } - + fd = get_console_fd(); while (argc > 2) { |