[Scummvm-git-logs] scummvm master -> 31baf7b674c95090fa7406ce0a0ffcff1243604a
sev-
noreply at scummvm.org
Fri May 10 11:48:08 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:
31baf7b674 JANITORIAL: Fix code formatting
Commit: 31baf7b674c95090fa7406ce0a0ffcff1243604a
https://github.com/scummvm/scummvm/commit/31baf7b674c95090fa7406ce0a0ffcff1243604a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-10T13:47:45+02:00
Commit Message:
JANITORIAL: Fix code formatting
Changed paths:
engines/director/debugtools.cpp
diff --git a/engines/director/debugtools.cpp b/engines/director/debugtools.cpp
index 4395d3b233c..58633332b4f 100644
--- a/engines/director/debugtools.cpp
+++ b/engines/director/debugtools.cpp
@@ -1074,7 +1074,7 @@ static void showFuncList() {
ImGui::TableNextRow();
ImGui::TableNextColumn();
- if(ImGui::Selectable(function.c_str())) {
+ if (ImGui::Selectable(function.c_str())) {
ImGuiScript script;
script.moviePath = movie->getArchive()->getPathName().toString();
script.score = true;
@@ -1112,7 +1112,7 @@ static void showFuncList() {
ImGui::TableNextRow();
ImGui::TableNextColumn();
- if(ImGui::Selectable(function.c_str())) {
+ if (ImGui::Selectable(function.c_str())) {
CastMemberID memberID(scriptContext._key, cast._key);
ImGuiScript script;
script.moviePath = movie->getArchive()->getPathName().toString();
@@ -1154,7 +1154,7 @@ static void showFuncList() {
ImGui::TableNextRow();
ImGui::TableNextColumn();
- if(ImGui::Selectable(function.c_str())) {
+ if (ImGui::Selectable(function.c_str())) {
CastMemberID memberID(scriptContext._key, SHARED_CAST_LIB);
ImGuiScript script;
script.moviePath = movie->getArchive()->getPathName().toString();
More information about the Scummvm-git-logs
mailing list