Remove white space on empty lines
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user