aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/abstract-fs-factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/abstract-fs-factory.cpp')
-rw-r--r--backends/fs/abstract-fs-factory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/fs/abstract-fs-factory.cpp b/backends/fs/abstract-fs-factory.cpp
index 6126d82737..8cf936f5bc 100644
--- a/backends/fs/abstract-fs-factory.cpp
+++ b/backends/fs/abstract-fs-factory.cpp
@@ -27,7 +27,7 @@
/*
* All the following includes choose, at compile time, which specific backend will be used
* during the execution of the ScummVM.
- *
+ *
* It has to be done this way because not all the necessary libraries will be available in
* all build environments. Additionally, this results in smaller binaries.
*/
@@ -57,8 +57,8 @@
/**
* Creates concrete FilesystemFactory objects depending on the current architecture.
- *
- * @return AbstractFilesystemFactory* The specific factory for the current architecture.
+ *
+ * @return AbstractFilesystemFactory* The specific factory for the current architecture.
*/
AbstractFilesystemFactory *AbstractFilesystemFactory::makeFSFactory() {
#if defined(__amigaos4__)