aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-01-01 15:06:43 +0000
committerEugene Sandulenko2009-01-01 15:06:43 +0000
commit696897b0583ad52ebc6f7666525277847619a8ce (patch)
tree5ac2be2991e94dce32c5bb7fdb0dcc4188221503 /engines/metaengine.h
parent05d3633eb32ead8e11435b85a9db1ddaa1482fcb (diff)
downloadscummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.gz
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.tar.bz2
scummvm-rg350-696897b0583ad52ebc6f7666525277847619a8ce.zip
Whoa! Removing trailing spaces.
svn-id: r35648
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index af01c2658f..0a4ac680b5 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -113,9 +113,9 @@ public:
}
/**
- * Remove the specified save state.
+ * Remove the specified save state.
*
- * For most engines this just amounts to calling _saveFileMan->removeSaveFile().
+ * For most engines this just amounts to calling _saveFileMan->removeSaveFile().
* Engines which keep an index file will also update it accordingly.
*
* @note MetaEngines must indicate that this function has been implemented
@@ -141,7 +141,7 @@ public:
/** @name MetaEngineFeature flags */
//@{
-
+
/**
* A feature in this context means an ability of the engine which can be
* either available or not.
@@ -153,7 +153,7 @@ public:
* Used for --list-saves support, as well as the GMM load dialog.
*/
kSupportsListSaves,
-
+
/**
* Loading from the Launcher / command line (-x)
*/
@@ -189,7 +189,7 @@ public:
kSavesSupportThumbnail,
/**
- * Features 'save_date' and 'save_time' entries in the
+ * Features 'save_date' and 'save_time' entries in the
* savestate returned by querySaveMetaInfo. Those values
* indicate the date/time the savegame was created.
* This flag may only be set when 'kSavesSupportMetaInfo' is set.
@@ -208,7 +208,7 @@ 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;
}