From 8388e0dfea4ae0d80e51368acd12685c740c5bb5 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Tue, 12 Oct 2010 02:18:11 +0000 Subject: JANITORAL: Clean trailing whitespaces. svn-id: r53160 --- sound/decoders/mac_snd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/decoders/mac_snd.cpp') diff --git a/sound/decoders/mac_snd.cpp b/sound/decoders/mac_snd.cpp index d6894f1144..48f6886bf4 100644 --- a/sound/decoders/mac_snd.cpp +++ b/sound/decoders/mac_snd.cpp @@ -69,7 +69,7 @@ SeekableAudioStream *makeMacSndStream(Common::SeekableReadStream *stream, // We really should never get this as long as we have sampled data only if (stream->readUint16BE() != 1) { warning("makeMacSndStream(): Unsupported command count"); - return 0; + return 0; } uint16 command = stream->readUint16BE(); -- cgit v1.2.3