diff options
author | Johannes Schickel | 2014-07-05 13:38:29 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-07-05 13:38:29 +0200 |
commit | 4ba6f07a6c03c51eaec35853cacaf2165f752795 (patch) | |
tree | 3c3cf28c3e7f1c3d6de7b700bf87444819ffe419 /engines | |
parent | bead2e07701e88896ff9d0bb8172097d2a8d5896 (diff) | |
download | scummvm-rg350-4ba6f07a6c03c51eaec35853cacaf2165f752795.tar.gz scummvm-rg350-4ba6f07a6c03c51eaec35853cacaf2165f752795.tar.bz2 scummvm-rg350-4ba6f07a6c03c51eaec35853cacaf2165f752795.zip |
SCUMM: Use spaces instead of tabs in comments.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/cdda.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/cdda.h b/engines/scumm/cdda.h index 4e5c3c49f8..c1e6e82c9e 100644 --- a/engines/scumm/cdda.h +++ b/engines/scumm/cdda.h @@ -44,9 +44,9 @@ namespace Scumm { * Create a new SeekableAudioStream from the CDDA data in the given stream. * Allows for seeking (which is why we require a SeekableReadStream). * - * @param stream the SeekableReadStream from which to read the CDDA data - * @param disposeAfterUse whether to delete the stream after use - * @return a new SeekableAudioStream, or NULL, if an error occurred + * @param stream The SeekableReadStream from which to read the CDDA data + * @param disposeAfterUse Whether to delete the stream after use + * @return a new SeekableAudioStream, or NULL, if an error occurred */ Audio::SeekableAudioStream *makeCDDAStream( Common::SeekableReadStream *stream, |