aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/detection.cpp
diff options
context:
space:
mode:
authorD G Turner2012-11-12 00:39:20 +0000
committerD G Turner2012-11-12 00:39:20 +0000
commitb8c1b46ae0dad65803ae1c77569757528a7a8468 (patch)
treeb4df0631508da113d09ec3a208f235bb6e8536bf /engines/tony/detection.cpp
parent0a709d955da76df038a87a792d1759e43d718591 (diff)
downloadscummvm-rg350-b8c1b46ae0dad65803ae1c77569757528a7a8468.tar.gz
scummvm-rg350-b8c1b46ae0dad65803ae1c77569757528a7a8468.tar.bz2
scummvm-rg350-b8c1b46ae0dad65803ae1c77569757528a7a8468.zip
TONY: Cleanup whitespace formatting.
This is mainly removal of extraneous blank lines, reformatting indents to tab characters and other minor non-functional changes to improve compliance with Code Formatting Conventions.
Diffstat (limited to 'engines/tony/detection.cpp')
-rw-r--r--engines/tony/detection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/tony/detection.cpp b/engines/tony/detection.cpp
index 8e6d5a64c3..1094950e2c 100644
--- a/engines/tony/detection.cpp
+++ b/engines/tony/detection.cpp
@@ -90,7 +90,7 @@ public:
bool TonyMetaEngine::hasFeature(MetaEngineFeature f) const {
return
- (f == kSupportsListSaves) ||
+ (f == kSupportsListSaves) ||
(f == kSupportsLoadingDuringStartup) ||
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
@@ -186,7 +186,6 @@ SaveStateDescriptor TonyMetaEngine::querySaveMetaInfos(const char *target, int s
return SaveStateDescriptor();
}
-
#if PLUGIN_ENABLED_DYNAMIC(TONY)
REGISTER_PLUGIN_DYNAMIC(TONY, PLUGIN_TYPE_ENGINE, TonyMetaEngine);
#else