aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2014-07-05 13:38:29 +0200
committerJohannes Schickel2014-07-05 13:38:29 +0200
commit4ba6f07a6c03c51eaec35853cacaf2165f752795 (patch)
tree3c3cf28c3e7f1c3d6de7b700bf87444819ffe419
parentbead2e07701e88896ff9d0bb8172097d2a8d5896 (diff)
downloadscummvm-rg350-4ba6f07a6c03c51eaec35853cacaf2165f752795.tar.gz
scummvm-rg350-4ba6f07a6c03c51eaec35853cacaf2165f752795.tar.bz2
scummvm-rg350-4ba6f07a6c03c51eaec35853cacaf2165f752795.zip
SCUMM: Use spaces instead of tabs in comments.
-rw-r--r--engines/scumm/cdda.h6
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,