aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/abstract-fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/abstract-fs.cpp')
-rw-r--r--backends/fs/abstract-fs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/abstract-fs.cpp b/backends/fs/abstract-fs.cpp
index aa341e70d9..f110e862b7 100644
--- a/backends/fs/abstract-fs.cpp
+++ b/backends/fs/abstract-fs.cpp
@@ -26,7 +26,7 @@
const char *AbstractFSNode::lastPathComponent(const Common::String &str, const char sep) {
// TODO: Get rid of this eventually! Use Common::lastPathComponent instead
- if(str.empty())
+ if (str.empty())
return "";
const char *start = str.c_str();