whitespace and comment format fixes, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-10-05 14:40:24 +02:00
parent 099ef9324e
commit ebe6d9d875
129 changed files with 115 additions and 241 deletions

View File

@@ -6,7 +6,6 @@
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
/* Mar 5, 2003 Manuel Novoa III
*
* This is the main work function for the 'mkdir' applet. As such, it
@@ -21,7 +20,6 @@
* To set specific permissions on 'path', pass the appropriate 'mode'
* val. Otherwise, pass -1 to get default permissions.
*/
#include "libbb.h"
/* This function is used from NOFORK applets. It must not allocate anything */