regularize format of source file headers, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-09-18 16:28:43 +02:00
parent b63afead44
commit 0c4dbd481a
96 changed files with 158 additions and 246 deletions

View File

@@ -9,7 +9,6 @@
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
/* findutils-4.1.20:
*
* # find file.txt -exec 'echo {}' '{} {}' ';'
@@ -44,7 +43,6 @@
* # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print
* (no output)
*/
/* Testing script
* ./busybox find "$@" | tee /tmp/bb_find
* echo ==================
@@ -52,7 +50,6 @@
* echo ==================
* diff -u /tmp/std_find /tmp/bb_find && echo Identical
*/
//config:config FIND
//config: bool "find (14 kb)"
//config: default y