mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
JANITORIAL: Whitespace fixes
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ String addUtfEndianness(const String &str) {
|
||||
return String(str);
|
||||
}
|
||||
|
||||
Encoding::Encoding(const String &to, const String &from)
|
||||
Encoding::Encoding(const String &to, const String &from)
|
||||
: _to(to)
|
||||
, _from(from) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user