JANITORIAL: Fix code formatting

This commit is contained in:
Eugene Sandulenko 2022-04-06 00:38:17 +02:00
parent 07fd5bc8cd
commit 726f187442
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 2 additions and 2 deletions

View File

@ -1703,7 +1703,7 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
warning("This engine doesn't support MD5 based detection");
return true;
}
md5Length = (long int) advEnginePtr->getMD5Bytes();
md5Length = (long int)advEnginePtr->getMD5Bytes();
}
}

View File

@ -386,7 +386,7 @@ public:
static Common::StringArray getPathsFromEntry(const ADGameDescription *g);
uint getMD5Bytes() const {return _md5Bytes;}
uint getMD5Bytes() const { return _md5Bytes; }
protected:
/**