whitespace and comment format fixes, no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 13:19:25 +0000 (15:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 13:19:25 +0000 (15:19 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
28 files changed:
coreutils/basename.c
coreutils/fold.c
coreutils/libcoreutils/coreutils.h
coreutils/libcoreutils/cp_mv_stat.c
coreutils/libcoreutils/getopt_mk_fifo_nod.c
coreutils/mktemp.c
coreutils/nohup.c
coreutils/printf.c
coreutils/realpath.c
coreutils/stty.c
coreutils/tr.c
coreutils/uname.c
coreutils/unlink.c
coreutils/who.c
libbb/appletlib.c
networking/ifconfig.c
networking/libiproute/ip_parse_common_args.c
networking/libiproute/ipaddress.c
networking/libiproute/iproute.c
networking/libiproute/iprule.c
networking/libiproute/iptunnel.c
networking/libiproute/ll_addr.c
networking/libiproute/rtm_map.c
networking/libiproute/utils.c
networking/nc.c
networking/route.c
networking/telnet.c
networking/zcip.c

index 566aeebda24acd166011b5b7bb0b3010a8cc3e5a..812a5e63e7aa5b9ae63576ec0d1914c5c79f6d1d 100644 (file)
@@ -6,7 +6,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /* Mar 16, 2003      Manuel Novoa III   (mjn3@codepoet.org)
  *
  * Changes:
index 578e5a4b6267e4cfa0cb9d16ce62586a45d37d9c..1e26dde0c52f7697e9a884a10f8fa73ee4fd000f 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* fold -- wrap each input line to fit in specified width.
+/*
+ * fold -- wrap each input line to fit in specified width.
  *
  * Written by David MacKenzie, djm@gnu.ai.mit.edu.
  * Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
index 307d0330aa0f334a063185b7811e0eaac1ea5605..ad102e4235ff5c13a9f08d461ded626c25d46fa5 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 #ifndef COREUTILS_H
 #define COREUTILS_H 1
 
index 5ba07ecc30d7aa0454baade9490c336388737926..26c0e164566beaa3f5658e037ecf7581d710fd3d 100644 (file)
@@ -17,9 +17,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
  */
-
 #include "libbb.h"
 #include "coreutils.h"
 
index 47375ff9154b6bf76e4615fa52fd1102c3574d96..dafe70edfff5c8bb2dd185267ad26635a904705c 100644 (file)
@@ -17,9 +17,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
  */
-
 #include "libbb.h"
 #include "coreutils.h"
 
index d4ff883fa66e4c56736a1a184553e5d282cc89c0..c041fedf7c678b848ba4c9466d4016ad26122e88 100644 (file)
@@ -2,13 +2,11 @@
 /*
  * Mini mktemp implementation for busybox
  *
- *
  * Copyright (C) 2000 by Daniel Jacobowitz
  * Written by Daniel Jacobowitz <dan@debian.org>
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /* Coreutils 6.12 man page says:
  *        mktemp [OPTION]... [TEMPLATE]
  * Create a temporary file or directory, safely, and print its name. If
index 8a70ec4dfe95c254602a8b87fdc339a02cd13543..ae136e085743e8c36f3f1b606715ce7381343b56 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* nohup - invoke a utility immune to hangups.
+/*
+ * nohup - invoke a utility immune to hangups.
  *
  * Busybox version based on nohup specification at
  * http://www.opengroup.org/onlinepubs/007904975/utilities/nohup.html
index 413273b261cf1fe3d57a2cab14b78e9b80275442..a666ff7acf43ef770a8218a510c267826259febc 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* printf - format and print data
+/*
+ * printf - format and print data
  *
  * Copyright 1999 Dave Cinege
  * Portions copyright (C) 1990-1996 Free Software Foundation, Inc.
index f9c630135b34c1f2dbfe47fd901acb28d0e45f75..aa878fcd2e7258af5a9e2bc3f345f3f060c5bfba 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* Mar 16, 2003      Manuel Novoa III   (mjn3@codepoet.org)
+/*
+ * Mar 16, 2003      Manuel Novoa III   (mjn3@codepoet.org)
  *
  * Now does proper error checking on output and returns a failure exit code
  * if one or more paths cannot be resolved.
index df23f4cae938d762f552d66f0f5fbe8351308587..424d909cf3c40a4601f7481c1ab6e56e7ed11e9e 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* stty -- change and print terminal line settings
+/*
+ * stty -- change and print terminal line settings
  * Copyright (C) 1990-1999 Free Software Foundation, Inc.
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
index c5872434a8e199d85e13ac1880af8358c5439f16..10284e1c9f93314fa58d75983f8dad538369385e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Mini tr implementation for busybox
  *
- ** Copyright (c) 1987,1997, Prentice Hall   All rights reserved.
+ * Copyright (c) 1987,1997, Prentice Hall   All rights reserved.
  *
  * The name of Prentice Hall may not be used to endorse or promote
  * products derived from this software without specific prior
index bb2d1fe8dc8d8c079b35e2f183d99800176fc799..57039b1bf5eabeceb964cb8acd63d9328c90d366 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* uname -- print system information
+/*
+ * uname -- print system information
  * Copyright (C) 1989-1999 Free Software Foundation, Inc.
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
index 56309b1c7d6002d61c9dbe71f9032b047acbb9e0..61b108a84f42e3826dd4026396de0f316c3e5a17 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* unlink for busybox
+/*
+ * unlink for busybox
  *
  * Copyright (C) 2014 Isaac Dunham <ibid.ag@gmail.com>
  *
index cfe0c921efea079679da76567681f4e21c5217e8..80226c3d6a74b8a035a28c9e967cf40ec35bfe43 100644 (file)
@@ -1,5 +1,5 @@
 /* vi: set sw=4 ts=4: */
-/*----------------------------------------------------------------------
+/*
  * Mini who is used to display user name, login time,
  * idle time and host name.
  *
@@ -13,8 +13,6 @@
  * Copyright (c) 2002 AYR Networks, Inc.
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
- *
- *----------------------------------------------------------------------
  */
 //config:config WHO
 //config:      bool "who (3.7 kb)"
index cbca7ef17d564ec6682fcb1dc3338eaca84d8a12..022455da4f9cc04e818b8e36b831baadbc4a6633 100644 (file)
@@ -11,7 +11,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /* We are trying to not use printf, this benefits the case when selected
  * applets are really simple. Example:
  *
index d1e9c58dce41d98b41cf6f174e56283e91b12a64..61d91788a32f66f8bf0573da76af90022eca605b 100644 (file)
@@ -1,18 +1,17 @@
 /* vi: set sw=4 ts=4: */
-/* ifconfig
+/*
+ * ifconfig
  *
  * Similar to the standard Unix ifconfig, but with only the necessary
  * parts for AF_INET, and without any printing of if info (for now).
  *
  * Bjorn Wesen, Axis Communications AB
  *
- *
  * Authors of the original ifconfig was:
  *              Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /*
  * Heavily modified by Manuel Novoa III       Mar 6, 2001
  *
index 1a298f738082a198be03e641c15771db56805ebc..d693c54faf2c206f7d3bd98232ac8239745b7cdc 100644 (file)
@@ -11,7 +11,6 @@
  *
  * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
  */
-
 #include "ip_common.h"  /* #include "libbb.h" is inside */
 #include "utils.h"
 
index 36d6b65c6517ff1a608e1a10ac32883ac6f76511..921ecf0d943864e4873239b992d9ba1e6782c822 100644 (file)
@@ -7,7 +7,6 @@
  * Changes:
  * Laszlo Valko <valko@linux.karinthy.hu> 990223: address label must be zero terminated
  */
-
 #include <fnmatch.h>
 #include <net/if.h>
 #include <net/if_arp.h>
index 6a41b833189a011918098f85d2338cfe29e70c79..e8b26cb2f59fa540beb8c9d404b3a04af2e6dc9d 100644 (file)
@@ -9,7 +9,6 @@
  * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
  * Kunihiro Ishiguro <kunihiro@zebra.org> 001102: rtnh_ifindex was not initialized
  */
-
 #include "ip_common.h"  /* #include "libbb.h" is inside */
 #include "common_bufsiz.h"
 #include "rt_names.h"
index 1bb5e759e01c22ad89d362d09c0d9f26f488a66c..9938b4793f10508c56337b0eb2b83ac698ac482f 100644 (file)
@@ -12,7 +12,6 @@
  * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
  * initially integrated into busybox by Bernhard Reutner-Fischer
  */
-
 #include <netinet/in.h>
 #include <netinet/ip.h>
 #include <arpa/inet.h>
index eb136e435d837d9b46ccae1d608aeb887b80a977..4002feb78b20437fe519ba937afffda1b33a4afa 100644 (file)
@@ -10,7 +10,6 @@
  * Rani Assaf <rani@magic.metawire.com> 980930: do not allow key for ipip/sit
  * Phil Karn <karn@ka9q.ampr.org>       990408: "pmtudisc" flag
  */
-
 #include <netinet/ip.h>
 #include <net/if.h>
 #include <net/if_arp.h>
index 33a54ea6ca2751bf06bdae198c58e985d75fd4ea..afdd81ffb81a115c3c8ad59ca21bca303e1459ce 100644 (file)
@@ -7,14 +7,12 @@
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  */
-
 #include <net/if_arp.h>
 
 #include "libbb.h"
 #include "rt_names.h"
 #include "utils.h"
 
-
 const char* FAST_FUNC ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen)
 {
        int i;
index c763da049c619535e6fee3465d32acbba5f627dd..e94c99ab6b9c1dea0904edbf27ae41b5dec9dee5 100644 (file)
@@ -7,7 +7,6 @@
  *
  * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  */
-
 #include "libbb.h"
 #include "rt_names.h"
 #include "utils.h"
@@ -44,7 +43,6 @@ const char* FAST_FUNC rtnl_rtntype_n2a(int id)
        }
 }
 
-
 int FAST_FUNC rtnl_rtntype_a2n(int *id, char *arg)
 {
        static const char keywords[] ALIGN1 =
index fca167ac6ba63dd4d8535d132e20741cf3d84de6..bf053a54bf114bba1fea830043b4a9274a080cc1 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
  */
-
 #include "libbb.h"
 #include "utils.h"
 #include "inet_common.h"
index f7fc9741fc4aa9a28616f888af7fe2882c055fd8..b208f46c638f78f04e6d27592398d00766b16a2a 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* nc: mini-netcat - built from the ground up for LRP
+/*
+ * nc: mini-netcat - built from the ground up for LRP
  *
  * Copyright (C) 1998, 1999  Charles P. Wright
  * Copyright (C) 1998  Dave Cinege
index 32789eecc0dfb4d4a7f26499c983620245dac807..6edc0f6d758301541062fb4b1d4cfcb1e9816165 100644 (file)
@@ -1,5 +1,6 @@
 /* vi: set sw=4 ts=4: */
-/* route
+/*
+ * route
  *
  * Similar to the standard Unix route, but with only the necessary
  * parts for AF_INET and AF_INET6
@@ -18,7 +19,6 @@
  *
  * IPV6 support added by Bart Visscher <magick@linux-fan.com>
  */
-
 /* 2004/03/09  Manuel Novoa III <mjn3@codepoet.org>
  *
  * Rewritten to fix several bugs, add additional error checking, and
index 1f8a44466964c921a26d7f7184bedae9e231425f..8b0df7f5c4f0211304b3d87ac5531ac180179883 100644 (file)
@@ -18,7 +18,6 @@
  * <jam@ltsp.org>
  * Modified 2004/02/11 to add ability to pass the USER variable to remote host
  * by Fernando Silveira <swrh@gmx.net>
- *
  */
 //config:config TELNET
 //config:      bool "telnet (8.7 kb)"
index 55440285fdcbf9624a6e01f799ea164e7e2ab029..94e49adcb3ae1276726869f3f5a87d5d24f3285e 100644 (file)
@@ -8,7 +8,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 /*
  * ZCIP just manages the 169.254.*.* addresses.  That network is not
  * routed at the IP level, though various proxies or bridges can