[Scummvm-git-logs] scummvm master -> 17aadd5c840da57feeb9539dbb39e10faa35dc80

sev- sev at scummvm.org
Thu Aug 13 11:17:51 UTC 2020


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:
17aadd5c84 JANITORIAL: Whitespace fixes


Commit: 17aadd5c840da57feeb9539dbb39e10faa35dc80
    https://github.com/scummvm/scummvm/commit/17aadd5c840da57feeb9539dbb39e10faa35dc80
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-08-13T13:17:33+02:00

Commit Message:
JANITORIAL: Whitespace fixes

Changed paths:
    engines/director/lingo/lingo-the.cpp


diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index b9aba7b643..0c36177a56 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -1357,7 +1357,7 @@ void Lingo::setTheSprite(Datum &id1, int field, Datum &d) {
 			warning("Setting movieTime for non-digital video");
 		break;
 	case kThePattern:
-		if (d.asInt() != sprite->getPattern()){
+		if (d.asInt() != sprite->getPattern()) {
 			sprite->setPattern(d.asInt());
 			channel->_dirty = true;
 		}




More information about the Scummvm-git-logs mailing list