*: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -37,7 +37,6 @@ static int cmpfunc(const void *a, const void *b)
|
||||
{
|
||||
return (((struct cut_list *) a)->startpos -
|
||||
((struct cut_list *) b)->startpos);
|
||||
|
||||
}
|
||||
|
||||
static void cut_file(FILE *file, char delim, const struct cut_list *cut_lists, unsigned nlists)
|
||||
|
@ -341,7 +341,6 @@ static VALUE *eval6(void)
|
||||
freev(i2);
|
||||
}
|
||||
return v;
|
||||
|
||||
}
|
||||
|
||||
/* Handle : operator (pattern matching).
|
||||
|
@ -52,7 +52,6 @@
|
||||
|
||||
|
||||
enum {
|
||||
|
||||
TERMINAL_WIDTH = 80, /* use 79 if terminal has linefold bug */
|
||||
COLUMN_GAP = 2, /* includes the file type char */
|
||||
|
||||
@ -120,7 +119,6 @@ LIST_LONG = LIST_MODEBITS | LIST_NLINKS | LIST_ID_NAME | LIST_SIZE | \
|
||||
SPLIT_DIR = 1,
|
||||
SPLIT_FILE = 0,
|
||||
SPLIT_SUBDIR = 2,
|
||||
|
||||
};
|
||||
|
||||
/* "[-]Cadil1", POSIX mandated options, busybox always supports */
|
||||
|
Reference in New Issue
Block a user