mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
JANITORIAL: Fix indentation
This commit is contained in:
parent
b2fff44647
commit
7414258dff
@ -162,11 +162,11 @@ static Common::Error runGame(const Plugin *plugin, OSystem &system, const Common
|
||||
#endif
|
||||
|
||||
// Verify that the game path refers to an actual directory
|
||||
if (!dir.exists()) {
|
||||
if (!dir.exists()) {
|
||||
err = Common::kPathDoesNotExist;
|
||||
} else if (!dir.isDirectory()) {
|
||||
} else if (!dir.isDirectory()) {
|
||||
err = Common::kPathNotDirectory;
|
||||
}
|
||||
}
|
||||
|
||||
// Create the game engine
|
||||
if (err.getCode() == Common::kNoError) {
|
||||
|
Loading…
Reference in New Issue
Block a user