diff options
author | richiesams | 2013-08-14 10:16:42 -0500 |
---|---|---|
committer | richiesams | 2013-08-14 10:16:42 -0500 |
commit | 878fde365ea74e52ec1539f87fee53ed6c8c4279 (patch) | |
tree | 832622f38d8a761e91e3f653f30e5c30153cf95a | |
parent | b9b8207a140531079f3e200e6858a8dc9cc7b5d2 (diff) | |
download | scummvm-rg350-878fde365ea74e52ec1539f87fee53ed6c8c4279.tar.gz scummvm-rg350-878fde365ea74e52ec1539f87fee53ed6c8c4279.tar.bz2 scummvm-rg350-878fde365ea74e52ec1539f87fee53ed6c8c4279.zip |
ZVISION: Fix alignment formatting
-rw-r--r-- | engines/zvision/zork_avi_decoder.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/zvision/zork_avi_decoder.h b/engines/zvision/zork_avi_decoder.h index 1dff304894..1ce2508828 100644 --- a/engines/zvision/zork_avi_decoder.h +++ b/engines/zvision/zork_avi_decoder.h @@ -47,11 +47,11 @@ private: Video::AVIDecoder::AVIAudioTrack *createAudioTrack(Video::AVIDecoder::AVIStreamHeader sHeader, Video::AVIDecoder::PCMWaveFormat wvInfo); - private: - // Audio Codecs - enum { - kWaveFormatZorkPCM = 17 // special Zork PCM audio format (clashes with MS IMA ADPCM) - }; +private: + // Audio Codecs + enum { + kWaveFormatZorkPCM = 17 // special Zork PCM audio format (clashes with MS IMA ADPCM) + }; }; } // End of namespace ZVision |