*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
ccb9771861
commit
f3ea792bad
53 changed files with 13 additions and 111 deletions
|
@ -118,7 +118,6 @@ static void add_exclude(const char *directory)
|
|||
|
||||
if (directory == NULL || directory[0] != '/') {
|
||||
bb_error_msg_and_die("full path required for exclude: %s", directory);
|
||||
|
||||
}
|
||||
if (lstat(directory, &sb)) {
|
||||
bb_error_msg("directory \"%s\" not found, ignoring", directory);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue