diff options
author | Adrian Frühwirth | 2018-04-15 16:45:25 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-04-15 16:45:25 +0200 |
commit | cf96f3f709797b2c7006bb06f5eed7ea723b2423 (patch) | |
tree | aaa205d3fdebd9f99dbf03ee1b13f08d518dc84c /engines/sherlock | |
parent | 3747d852eecb9e510a0b5cf0d03674f657f1b9e0 (diff) | |
download | scummvm-rg350-cf96f3f709797b2c7006bb06f5eed7ea723b2423.tar.gz scummvm-rg350-cf96f3f709797b2c7006bb06f5eed7ea723b2423.tar.bz2 scummvm-rg350-cf96f3f709797b2c7006bb06f5eed7ea723b2423.zip |
JANITORIAL: Indent GFXTransaction code blocks
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 2aa6ae8902..fbe025c0b7 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -258,8 +258,8 @@ void ScalpelEngine::setupGraphics() { // First try for a 640x400 mode g_system->beginGFXTransaction(); - initCommonGFX(); - g_system->initSize(640, 400, &pixelFormatRGB565); + initCommonGFX(); + g_system->initSize(640, 400, &pixelFormatRGB565); OSystem::TransactionError gfxError = g_system->endGFXTransaction(); if (gfxError == OSystem::kTransactionSuccess) { |