diff options
author | Oliver Kiehl | 2004-01-08 13:36:26 +0000 |
---|---|---|
committer | Oliver Kiehl | 2004-01-08 13:36:26 +0000 |
commit | ea154852b7f4fd6b3d6d068c18b02b988948110c (patch) | |
tree | dfd5c22bc73f89b8cbd392473c58e1bd25e1c13d | |
parent | 150805b18c33ad91e087522515e763b547b3d38b (diff) | |
download | scummvm-rg350-ea154852b7f4fd6b3d6d068c18b02b988948110c.tar.gz scummvm-rg350-ea154852b7f4fd6b3d6d068c18b02b988948110c.tar.bz2 scummvm-rg350-ea154852b7f4fd6b3d6d068c18b02b988948110c.zip |
add newlines to end of files
svn-id: r12249
-rw-r--r-- | scumm/imuse_digi/dimuse_tables.cpp | 2 | ||||
-rw-r--r-- | scumm/player_v1.cpp | 2 | ||||
-rw-r--r-- | scumm/player_v2.cpp | 2 | ||||
-rw-r--r-- | scumm/player_v2.h | 2 | ||||
-rw-r--r-- | scumm/player_v2a.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/scumm/imuse_digi/dimuse_tables.cpp b/scumm/imuse_digi/dimuse_tables.cpp index 78e5e00564..94dab0964a 100644 --- a/scumm/imuse_digi/dimuse_tables.cpp +++ b/scumm/imuse_digi/dimuse_tables.cpp @@ -615,4 +615,4 @@ _GRELEASEPTR(GBVARS_FTSTATEMUSICTABLE_INDEX , GBVARS_SCUMM) _GRELEASEPTR(GBVARS_FTSEQMUSICTABLE_INDEX , GBVARS_SCUMM) _GEND -#endif
\ No newline at end of file +#endif diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp index bc49b0d5c8..6af19808df 100644 --- a/scumm/player_v1.cpp +++ b/scumm/player_v1.cpp @@ -604,4 +604,4 @@ void Player_V1::generatePCjrSamples(int16 *data, uint len) { lowPassFilter(data, len); } -} // End of namespace Scumm
\ No newline at end of file +} // End of namespace Scumm diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp index 1c2698b8b6..c191282f98 100644 --- a/scumm/player_v2.cpp +++ b/scumm/player_v2.cpp @@ -1011,4 +1011,4 @@ _GRELEASEPTR(GBVARS_SPKFREQTABLE_INDEX, GBVARS_SCUMM) _GRELEASEPTR(GBVARS_PCJRFREQTABLE_INDEX, GBVARS_SCUMM) _GEND -#endif
\ No newline at end of file +#endif diff --git a/scumm/player_v2.h b/scumm/player_v2.h index 99a1139bc7..c8c42f5402 100644 --- a/scumm/player_v2.h +++ b/scumm/player_v2.h @@ -153,4 +153,4 @@ private: } // End of namespace Scumm -#endif
\ No newline at end of file +#endif diff --git a/scumm/player_v2a.cpp b/scumm/player_v2a.cpp index e5515f4945..b82c13467b 100644 --- a/scumm/player_v2a.cpp +++ b/scumm/player_v2a.cpp @@ -1267,4 +1267,4 @@ int Player_V2A::getSoundStatus(int nr) const { return 0; } -} // End of namespace Scumm
\ No newline at end of file +} // End of namespace Scumm |