Skip to content

Commit

Permalink
SCUMM: Use spaces instead of tabs in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jul 5, 2014
1 parent bead2e0 commit 4ba6f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engines/scumm/cdda.h
Expand Up @@ -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,
Expand Down

0 comments on commit 4ba6f07

Please sign in to comment.