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/id.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi/id.cpp') diff --git a/engines/agi/id.cpp b/engines/agi/id.cpp index c35ff36488..7985d3b9e4 100644 --- a/engines/agi/id.cpp +++ b/engines/agi/id.cpp @@ -42,7 +42,7 @@ int AgiEngine::setupV2Game(int ver) { // Should this go above the previous lines, so we can force emulation versions // even for AGDS games? -- dsymonds if (getFeatures() & GF_AGDS) - setVersion(ver = 0x2440); // ALL AGDS games built for 2.440 + setVersion(ver = 0x2440); // ALL AGDS games built for 2.440 debug(0, "Setting up for version 0x%04X", ver); -- cgit v1.2.3