aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/converter_exe/http_download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/windows/converter_exe/http_download.h')
-rw-r--r--src/tools/windows/converter_exe/http_download.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/windows/converter_exe/http_download.h b/src/tools/windows/converter_exe/http_download.h
index 2d705d5e..cbae11b5 100644
--- a/src/tools/windows/converter_exe/http_download.h
+++ b/src/tools/windows/converter_exe/http_download.h
@@ -50,8 +50,8 @@ class HTTPDownload {
// transaction occurs. If Download fails before a transaction can occur,
// |status_code| will be set to 0. Any failures will result in messages
// being printed to stderr.
- static bool Download(const wstring &url,
- const map<wstring, wstring> *parameters,
+ static bool Download(const wstring& url,
+ const map<wstring, wstring>* parameters,
string *content, int *status_code);
private:
static HttpClient* CreateHttpClient(const wchar_t*);