[Scummvm-git-logs] scummvm master -> cf73da040936e7a1537120d6c857e0427a80912b
bluegr
noreply at scummvm.org
Wed Jun 29 21:11:35 UTC 2022
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:
cf73da0409 CHEWY: Whitespace fixes
Commit: cf73da040936e7a1537120d6c857e0427a80912b
https://github.com/scummvm/scummvm/commit/cf73da040936e7a1537120d6c857e0427a80912b
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2022-06-30T00:11:26+03:00
Commit Message:
CHEWY: Whitespace fixes
Changed paths:
engines/chewy/dialogs/inventory.cpp
diff --git a/engines/chewy/dialogs/inventory.cpp b/engines/chewy/dialogs/inventory.cpp
index 60267100c0f..7f4f09acf24 100644
--- a/engines/chewy/dialogs/inventory.cpp
+++ b/engines/chewy/dialogs/inventory.cpp
@@ -169,7 +169,7 @@ void Inventory::plot_menu() {
// Show down arrow, if needed
for (int i = 5 * (_G(gameState).InventY + 3); i < 140; ++i) {
if (_G(gameState).InventSlot[i] != -1) {
- const char c[2] = {25, 0};
+ const char c[2] = { 25, 0 };
_G(out)->printxy(265, 29, 19, 300, _G(scr_width), c);
break;
}
More information about the Scummvm-git-logs
mailing list