Remove trailing whitespace

Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
AntonioND
2017-04-02 17:46:07 +01:00
parent f63339472e
commit e50e3e5a23
17 changed files with 219 additions and 220 deletions

View File

@@ -12,7 +12,7 @@ char *tzOverlayname = NULL;
SLONG MaxOverlayBank;
void
void
writehome(FILE * f, FILE * f_overlay)
{
struct sSection *pSect;
@@ -46,7 +46,7 @@ writehome(FILE * f, FILE * f_overlay)
free(mem);
}
void
void
writebank(FILE * f, FILE * f_overlay, SLONG bank)
{
struct sSection *pSect;
@@ -80,20 +80,20 @@ writebank(FILE * f, FILE * f_overlay, SLONG bank)
free(mem);
}
void
void
out_Setname(char *tzOutputfile)
{
tzOutname = tzOutputfile;
}
void
void
out_SetOverlayname(char *tzOverlayfile)
{
tzOverlayname = tzOverlayfile;
}
void
void
Output(void)
{
SLONG i;