aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storage.h')
-rw-r--r--backends/cloud/storage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/cloud/storage.h b/backends/cloud/storage.h
index 8009075d0c..ac74f90b57 100644
--- a/backends/cloud/storage.h
+++ b/backends/cloud/storage.h
@@ -58,7 +58,6 @@ public:
* @note every Storage must write keyPrefix + "type" key
* with common value (e.g. "Dropbox").
*/
-
virtual void saveConfig(Common::String keyPrefix) = 0;
/**
@@ -106,6 +105,6 @@ public:
virtual bool isWorking() = 0;
};
-} //end of namespace Cloud
+} // End of namespace Cloud
#endif