[Scummvm-cvs-logs] scummvm master -> dc207979b384a8c67d3e4358a81e710486930c61

eriktorbjorn eriktorbjorn at telia.com
Sun Sep 16 09:39:12 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dc207979b3 VIDEO: Indent with tab, not spaces.


Commit: dc207979b384a8c67d3e4358a81e710486930c61
    https://github.com/scummvm/scummvm/commit/dc207979b384a8c67d3e4358a81e710486930c61
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2012-09-16T00:37:46-07:00

Commit Message:
VIDEO: Indent with tab, not spaces.

Changed paths:
    video/smk_decoder.cpp



diff --git a/video/smk_decoder.cpp b/video/smk_decoder.cpp
index bea6514..c497911 100644
--- a/video/smk_decoder.cpp
+++ b/video/smk_decoder.cpp
@@ -318,7 +318,7 @@ bool SmackerDecoder::loadStream(Common::SeekableReadStream *stream) {
 	// 1 - set to 1 if file is Y-interlaced
 	// 2 - set to 1 if file is Y-doubled
 	// If bits 1 or 2 are set, the frame should be scaled to twice its height
-    // before it is displayed.
+	// before it is displayed.
 	_header.flags = _fileStream->readUint32LE();
 
 	SmackerVideoTrack *videoTrack = createVideoTrack(width, height, frameCount, frameRate, _header.flags, _header.signature);






More information about the Scummvm-git-logs mailing list