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"); warning("This engine doesn't support MD5 based detection");
return true; 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); static Common::StringArray getPathsFromEntry(const ADGameDescription *g);
uint getMD5Bytes() const {return _md5Bytes;} uint getMD5Bytes() const { return _md5Bytes; }
protected: protected:
/** /**