sys: Reformat all

This commit is contained in:
WerWolv
2022-02-01 22:09:44 +01:00
parent 1991afb87b
commit ce59226909
99 changed files with 2304 additions and 2314 deletions

View File

@@ -10,11 +10,11 @@ namespace hex {
std::ifstream encodingFile(path.c_str());
switch (type) {
case Type::Thingy:
parseThingyFile(encodingFile);
break;
default:
return;
case Type::Thingy:
parseThingyFile(encodingFile);
break;
default:
return;
}
this->m_valid = true;
@@ -45,7 +45,7 @@ namespace hex {
continue;
from = line.substr(0, delimiterPos);
to = line.substr(delimiterPos + 1);
to = line.substr(delimiterPos + 1);
hex::trim(from);
hex::trim(to);