diff options
author | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-07-30 21:11:48 +0000 |
commit | 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch) | |
tree | c44c4e61f18ddd537f7082cb48869cf33d422fbd /backends/PalmOS/Src/cd_default.h | |
parent | 86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff) | |
download | scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2 scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip |
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'backends/PalmOS/Src/cd_default.h')
-rw-r--r-- | backends/PalmOS/Src/cd_default.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/backends/PalmOS/Src/cd_default.h b/backends/PalmOS/Src/cd_default.h index 1f8c324fdb..095ff25bbe 100644 --- a/backends/PalmOS/Src/cd_default.h +++ b/backends/PalmOS/Src/cd_default.h @@ -19,30 +19,30 @@ * $Header$ * */ - + #ifndef CD_DEFAULT_H #define CD_DEFAULT_H - + #include "cdaudio.h" - + class DefaultCDPlayer : public CDAudio { public: DefaultCDPlayer(OSystem *sys); bool init(); void release(); - + bool poll(); void update(); void play(int track, int num_loops, int start_frame, int duration); void stop(); - + private: OSystem *_sys; - + // cdrom UInt16 _defLoops; UInt32 _defStopTime, _defTrackEndFrame, _defTrackLength; }; - + #endif
\ No newline at end of file |