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

bluegr noreply at scummvm.org
Mon Jun 17 10:31:29 UTC 2024


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:
dfe249474c GOB: Whitespace fixes


Commit: dfe249474c7c80b88307a5a2ef7a020024e98985
    https://github.com/scummvm/scummvm/commit/dfe249474c7c80b88307a5a2ef7a020024e98985
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-06-17T13:31:18+03:00

Commit Message:
GOB: Whitespace fixes

Changed paths:
    engines/gob/console.cpp


diff --git a/engines/gob/console.cpp b/engines/gob/console.cpp
index 805a6d3dc14..b85007b296e 100644
--- a/engines/gob/console.cpp
+++ b/engines/gob/console.cpp
@@ -90,8 +90,8 @@ bool GobConsole::cmd_dumpVars(int argc, const char **argv) {
 	Common::DumpFile file;
 
 	const char *outFile = "variables.dmp";
-    if (!file.open(outFile))
-        return true;
+	if (!file.open(outFile))
+		return true;
 
 	file.write(_vm->_inter->_variables->getAddressOff8(0), _vm->_inter->_variables->getSize());
 




More information about the Scummvm-git-logs mailing list