aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storagefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storagefile.cpp')
-rw-r--r--backends/cloud/storagefile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/cloud/storagefile.cpp b/backends/cloud/storagefile.cpp
index c1107ea23d..62d492292d 100644
--- a/backends/cloud/storagefile.cpp
+++ b/backends/cloud/storagefile.cpp
@@ -45,7 +45,8 @@ StorageFile::StorageFile(Common::String pth, uint32 sz, uint32 ts, bool dir) {
_name.erase(0, i + 1);
break;
}
- if (i == 0) break;
+ if (i == 0)
+ break;
--i;
}
}