traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / libbb / get_console.c
index ad56e740f7ee68ba5584c4e09096e6dcc3c509a5..74022b5437e35a174c1b885fa7f339193a3d2b4b 100644 (file)
@@ -13,7 +13,6 @@
 /* From <linux/kd.h> */
 enum { KDGKBTYPE = 0x4B33 };  /* get keyboard type */
 
-
 static int open_a_console(const char *fnam)
 {
        int fd;
@@ -37,7 +36,6 @@ static int open_a_console(const char *fnam)
  * We try several things because opening /dev/console will fail
  * if someone else used X (which does a chown on /dev/console).
  */
-
 int FAST_FUNC get_console_fd_or_die(void)
 {
        static const char *const console_names[] = {