JANITORIAL: Fix code formatting
This commit is contained in:
parent
07fd5bc8cd
commit
726f187442
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue