[Scummvm-git-logs] scummvm master -> db1b7b0e1f128ab866d1a08b4eb16c54851b217a

sev- sev at scummvm.org
Sat Apr 7 22:22:54 CEST 2018


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:
db1b7b0e1f JANITORIAL: Fix whitespace


Commit: db1b7b0e1f128ab866d1a08b4eb16c54851b217a
    https://github.com/scummvm/scummvm/commit/db1b7b0e1f128ab866d1a08b4eb16c54851b217a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-04-07T22:22:42+02:00

Commit Message:
JANITORIAL: Fix whitespace

Changed paths:
    engines/bladerunner/bladerunner.cpp


diff --git a/engines/bladerunner/bladerunner.cpp b/engines/bladerunner/bladerunner.cpp
index 5fa4dfc..dac8e6d 100644
--- a/engines/bladerunner/bladerunner.cpp
+++ b/engines/bladerunner/bladerunner.cpp
@@ -1593,9 +1593,11 @@ Common::SeekableReadStream *BladeRunnerEngine::getResourceStream(const Common::S
 		if (!_archives[i].isOpen()) {
 			continue;
 		}
+
 		if (false) {
 			debug("getResource: Searching archive %s for %s.", _archives[i].getName().c_str(), name.c_str());
 		}
+
 		Common::SeekableReadStream *stream = _archives[i].createReadStreamForMember(name);
 		if (stream) {
 			return stream;





More information about the Scummvm-git-logs mailing list