Trailing whitespace removal over entire tree
This commit is contained in:
@ -146,7 +146,7 @@ int uudecode_main(int argc, char **argv)
|
||||
FILE *dst_stream;
|
||||
int mode;
|
||||
int ret;
|
||||
|
||||
|
||||
if (strncmp(line, "begin-base64 ", 13) == 0) {
|
||||
line_ptr = line + 13;
|
||||
decode_fn_ptr = read_base64;
|
||||
|
Reference in New Issue
Block a user