aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-30 21:11:48 +0000
committerEugene Sandulenko2005-07-30 21:11:48 +0000
commit6b4484472b79dc7ea7d1ce545a28fba7d3b7696f (patch)
treec44c4e61f18ddd537f7082cb48869cf33d422fbd /sound/audiocd.cpp
parent86ab70b149e5cd00cf54f2e41896e2c4e16795e4 (diff)
downloadscummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.gz
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.tar.bz2
scummvm-rg350-6b4484472b79dc7ea7d1ce545a28fba7d3b7696f.zip
Remove trailing whitespaces.
svn-id: r18604
Diffstat (limited to 'sound/audiocd.cpp')
-rw-r--r--sound/audiocd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp
index ab894724d4..7be50dc4d6 100644
--- a/sound/audiocd.cpp
+++ b/sound/audiocd.cpp
@@ -33,7 +33,7 @@
struct TrackFormat {
/** Decodername */
const char* decoderName;
- /**
+ /**
* Pointer to a function which tries to open the specified track - the only argument
* is the number of the track to be played.
* Returns either the DigitalTrackInfo object representing the requested track or null
@@ -43,7 +43,7 @@ struct TrackFormat {
};
static const TrackFormat TRACK_FORMATS[] = {
- /* decoderName, openTrackFunction */
+ /* decoderName, openTrackFunction */
#ifdef USE_FLAC
{ "Flac", getFlacTrack },
#endif // #ifdef USE_FLAC