mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
JANITORIAL: Fix code formatting
This commit is contained in:
parent
07fd5bc8cd
commit
726f187442
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -386,7 +386,7 @@ public:
|
||||
|
||||
static Common::StringArray getPathsFromEntry(const ADGameDescription *g);
|
||||
|
||||
uint getMD5Bytes() const {return _md5Bytes;}
|
||||
uint getMD5Bytes() const { return _md5Bytes; }
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user