Remove whitespace

This commit is contained in:
Margen67 2023-02-13 02:33:06 -08:00 committed by Megamouse
parent 75fbb3d551
commit 5bb89328d0
74 changed files with 170 additions and 170 deletions

View file

@ -42,7 +42,7 @@ bool extract_mself(const std::string& file, const std::string& extract_to)
if (!mself.read(recs))
{
mself_log.error("Error extracting MSELF records");
return false;
return false;
}
std::vector<u8> buffer;