JANITORIAL: Whitespace fixes
This commit is contained in:
parent
4b0fcd411b
commit
5825a30b67
2 changed files with 34 additions and 34 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue