Trailing whitespace removal over entire tree

This commit is contained in:
Denis Vlasenko 2007-01-11 17:20:00 +00:00
parent 3821fb13ea
commit f7996f3b70
48 changed files with 306 additions and 306 deletions

View file

@ -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;