[Scummvm-git-logs] scummvm master -> 3ce662f5d49f66619e1dfdd13f794c937372a0ff
orgads
orgads at gmail.com
Fri Jul 16 12:23:51 UTC 2021
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:
3ce662f5d4 COMMON: Fix indentation
Commit: 3ce662f5d49f66619e1dfdd13f794c937372a0ff
https://github.com/scummvm/scummvm/commit/3ce662f5d49f66619e1dfdd13f794c937372a0ff
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-16T15:23:39+03:00
Commit Message:
COMMON: Fix indentation
Changed paths:
common/str-enc.cpp
diff --git a/common/str-enc.cpp b/common/str-enc.cpp
index 04fcd54e79..748d8f0ade 100644
--- a/common/str-enc.cpp
+++ b/common/str-enc.cpp
@@ -779,7 +779,7 @@ getReverseConversionTable(CodePage page) {
}
void U32String::decodeOneByte(const char *src, uint32 len, CodePage page) {
- const uint16 *conversionTable = getConversionTable(page);
+ const uint16 *conversionTable = getConversionTable(page);
if (conversionTable == nullptr) {
conversionTable = kASCIIConversionTable;
More information about the Scummvm-git-logs
mailing list