diff options
| author | timr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-25 00:08:53 +0000 |
|---|---|---|
| committer | timr <timr@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-25 00:08:53 +0000 |
| commit | fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586 (patch) | |
| tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /console-tools | |
| parent | 45d75f9ecc8f2b582407059da7d414f990ced68a (diff) | |
| download | busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.gz busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.tar.bz2 busybox-w32-fd8222f9b9db2a783b17ec9c59cf3fc22a4e4586.zip | |
just whitespace
git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 d9f49bbea..6bdf608c7 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c | |||
| @@ -39,7 +39,7 @@ int openvt_main(int argc, char **argv) | |||
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | if (argc < 3) | 41 | if (argc < 3) |
| 42 | bb_show_usage(); | 42 | bb_show_usage(); |
| 43 | 43 | ||
| 44 | /* check for Illegal vt number: < 1 or > 12 */ | 44 | /* check for Illegal vt number: < 1 or > 12 */ |
| 45 | sprintf(vtname, VC_FORMAT,(int)bb_xgetlarg(argv[1], 10, 1, 12)); | 45 | sprintf(vtname, VC_FORMAT,(int)bb_xgetlarg(argv[1], 10, 1, 12)); |
| @@ -56,7 +56,7 @@ int openvt_main(int argc, char **argv) | |||
| 56 | if (setsid() < 0) { | 56 | if (setsid() < 0) { |
| 57 | #endif | 57 | #endif |
| 58 | 58 | ||
| 59 | bb_perror_msg_and_die("Unable to set new session"); | 59 | bb_perror_msg_and_die("Unable to set new session"); |
| 60 | } | 60 | } |
| 61 | close(0); /* so that new vt becomes stdin */ | 61 | close(0); /* so that new vt becomes stdin */ |
| 62 | 62 | ||
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 169d0bb0a..efb6e658f 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c | |||
| @@ -45,7 +45,7 @@ setkeycodes_main(int argc, char** argv) | |||
| 45 | if (argc % 2 != 1 || argc < 2) { | 45 | if (argc % 2 != 1 || argc < 2) { |
| 46 | bb_show_usage(); | 46 | bb_show_usage(); |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | fd = get_console_fd(); | 49 | fd = get_console_fd(); |
| 50 | 50 | ||
| 51 | while (argc > 2) { | 51 | while (argc > 2) { |
