add newlines to end of files

svn-id: r12249
This commit is contained in:
Oliver Kiehl 2004-01-08 13:36:26 +00:00
parent 150805b18c
commit ea154852b7
5 changed files with 5 additions and 5 deletions

View file

@ -615,4 +615,4 @@ _GRELEASEPTR(GBVARS_FTSTATEMUSICTABLE_INDEX , GBVARS_SCUMM)
_GRELEASEPTR(GBVARS_FTSEQMUSICTABLE_INDEX , GBVARS_SCUMM) _GRELEASEPTR(GBVARS_FTSEQMUSICTABLE_INDEX , GBVARS_SCUMM)
_GEND _GEND
#endif #endif

View file

@ -604,4 +604,4 @@ void Player_V1::generatePCjrSamples(int16 *data, uint len) {
lowPassFilter(data, len); lowPassFilter(data, len);
} }
} // End of namespace Scumm } // End of namespace Scumm

View file

@ -1011,4 +1011,4 @@ _GRELEASEPTR(GBVARS_SPKFREQTABLE_INDEX, GBVARS_SCUMM)
_GRELEASEPTR(GBVARS_PCJRFREQTABLE_INDEX, GBVARS_SCUMM) _GRELEASEPTR(GBVARS_PCJRFREQTABLE_INDEX, GBVARS_SCUMM)
_GEND _GEND
#endif #endif

View file

@ -153,4 +153,4 @@ private:
} // End of namespace Scumm } // End of namespace Scumm
#endif #endif

View file

@ -1267,4 +1267,4 @@ int Player_V2A::getSoundStatus(int nr) const {
return 0; return 0;
} }
} // End of namespace Scumm } // End of namespace Scumm