Removed space between functions and opening (.

This commit is contained in:
Svend Sorensen
2006-06-01 00:07:44 +00:00
parent 01eb4f7a16
commit 00764bc468
13 changed files with 119 additions and 119 deletions

View File

@@ -5,5 +5,5 @@
* For license terms, see the file COPYING in this distribution.
*/
Cd *toc_parse (FILE *fp);
void toc_print (FILE *fp, Cd *cd);
Cd *toc_parse(FILE *fp);
void toc_print(FILE *fp, Cd *cd);