aboutsummaryrefslogtreecommitdiff
path: root/backends/networking/curl/request.h
diff options
context:
space:
mode:
authorPeter Bozsó2016-07-21 09:29:54 +0200
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit9254df2d9614b2cc8e35a3abbdc593e54616a322 (patch)
treea839f73d6e63250bce2fc8cf4eccb0cbac92e555 /backends/networking/curl/request.h
parent772d8ee42b820a5c19a8d9a9efb215f17606fb8f (diff)
downloadscummvm-rg350-9254df2d9614b2cc8e35a3abbdc593e54616a322.tar.gz
scummvm-rg350-9254df2d9614b2cc8e35a3abbdc593e54616a322.tar.bz2
scummvm-rg350-9254df2d9614b2cc8e35a3abbdc593e54616a322.zip
CLOUD: Fix code formatting
Diffstat (limited to 'backends/networking/curl/request.h')
-rw-r--r--backends/networking/curl/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/curl/request.h b/backends/networking/curl/request.h
index 6a1bc12594..9b366ea40c 100644
--- a/backends/networking/curl/request.h
+++ b/backends/networking/curl/request.h
@@ -161,7 +161,7 @@ public:
/** Method, which does actual work. Depends on what this Request is doing. */
virtual void handle() = 0;
- /** Method, which is called by ConnectionManager when Request's state is RETRY. */
+ /** Method, which is called by ConnectionManager when Request's state is RETRY. */
virtual void handleRetry();
/** Method, which is used to restart the Request. */