From 6778175f6d2ba33565b15d3b94c8eea4b0ec3215 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 2 Feb 2016 18:43:36 +0100 Subject: AGI: Fix formatting. This mostly enforces tabs for indentation and spaces for formatting. But also fixes spaces on empty lines, some extra/missing spaces. astyle + manual fixup --- engines/agi/loader_v2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/agi/loader_v2.cpp') diff --git a/engines/agi/loader_v2.cpp b/engines/agi/loader_v2.cpp index 76f6900e44..43ef46bd72 100644 --- a/engines/agi/loader_v2.cpp +++ b/engines/agi/loader_v2.cpp @@ -29,9 +29,9 @@ namespace Agi { int AgiLoader_v2::detectGame() { if (!Common::File::exists(LOGDIR) || - !Common::File::exists(PICDIR) || - !Common::File::exists(SNDDIR) || - !Common::File::exists(VIEWDIR)) + !Common::File::exists(PICDIR) || + !Common::File::exists(SNDDIR) || + !Common::File::exists(VIEWDIR)) return errInvalidAGIFile; return _vm->setupV2Game(_vm->getVersion()); -- cgit v1.2.3