From 7414258dff92658f1163b9a0e762677021dedee3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 14 Sep 2019 22:22:51 +0200 Subject: JANITORIAL: Fix indentation --- base/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/main.cpp') diff --git a/base/main.cpp b/base/main.cpp index ccd213eb31..a9602e0b6a 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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) { -- cgit v1.2.3