mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 20:42:07 +00:00
Remove trailing whitespace
Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -13,7 +13,7 @@ FILE *sf = NULL;
|
||||
SLONG currentbank = 0;
|
||||
SLONG sfbank;
|
||||
|
||||
void
|
||||
void
|
||||
SetMapfileName(char *name)
|
||||
{
|
||||
mf = fopen(name, "w");
|
||||
@@ -23,7 +23,7 @@ SetMapfileName(char *name)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
SetSymfileName(char *name)
|
||||
{
|
||||
sf = fopen(name, "w");
|
||||
@@ -35,7 +35,7 @@ SetSymfileName(char *name)
|
||||
fprintf(sf, ";File generated by rgblink\n\n");
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
CloseMapfile(void)
|
||||
{
|
||||
if (mf) {
|
||||
@@ -48,7 +48,7 @@ CloseMapfile(void)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
MapfileInitBank(SLONG bank)
|
||||
{
|
||||
if (mf) {
|
||||
@@ -90,7 +90,7 @@ MapfileInitBank(SLONG bank)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
MapfileWriteSection(struct sSection * pSect)
|
||||
{
|
||||
SLONG i;
|
||||
@@ -125,7 +125,7 @@ MapfileWriteSection(struct sSection * pSect)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
MapfileCloseBank(SLONG slack)
|
||||
{
|
||||
if (!mf)
|
||||
|
||||
Reference in New Issue
Block a user