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

sev- noreply at scummvm.org
Fri Sep 12 10:18:39 UTC 2025


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

Summary:
daa3a27a3d JANITORIAL: Fix indentation


Commit: daa3a27a3db6364e2db74d804e530f2f482525af
    https://github.com/scummvm/scummvm/commit/daa3a27a3db6364e2db74d804e530f2f482525af
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-09-12T12:18:27+02:00

Commit Message:
JANITORIAL: Fix indentation

Changed paths:
    engines/director/debugger/dt-score.cpp


diff --git a/engines/director/debugger/dt-score.cpp b/engines/director/debugger/dt-score.cpp
index c48a279b352..764a3f0cf4e 100644
--- a/engines/director/debugger/dt-score.cpp
+++ b/engines/director/debugger/dt-score.cpp
@@ -342,7 +342,7 @@ static void displayScoreChannel(int ch, int mode, int modeSel, Window *window) {
 				else
 					_state->_selectedChannel = ch;
 
-					window->render(true);
+				window->render(true);
 			}
 		}
 




More information about the Scummvm-git-logs mailing list