From a7005b84ff3c9573e656d1709f2fbb4dcd78f4b6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 30 Sep 2008 11:33:43 +0000 Subject: cleanup svn-id: r34697 --- engines/metaengine.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/engines/metaengine.h b/engines/metaengine.h index 3a9f930eec..fc75344f00 100644 --- a/engines/metaengine.h +++ b/engines/metaengine.h @@ -115,7 +115,9 @@ public: * @param target name of a config manager target * @param slot slot number of the save state */ - virtual SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const { return SaveStateDescriptor(); } + virtual SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const { + return SaveStateDescriptor(); + } /** @name MetaEngineFeature flags */ //@{ @@ -177,7 +179,9 @@ public: * Determine whether the engine supports the specified MetaEngine feature. * Used by e.g. the launcher to determine whether to enable the "Load" button. */ - virtual bool hasFeature(MetaEngineFeature f) const { return false; }; + virtual bool hasFeature(MetaEngineFeature f) const { + return false; + } //@} }; -- cgit v1.2.3