Remove white space on empty lines

This commit is contained in:
Svend Sorensen
2013-08-16 13:28:11 -07:00
parent 017f86aef1
commit 7891a29fca
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ int cf_print(char *name, int *format, Cd *cd)
fprintf(stderr, "%s: error opening file\n", name);
return -1;
}
switch (*format) {
case CUE:
cue_print(fp, cd);