summaryrefslogtreecommitdiffstats
path: root/src/core/net/url_request_custom_job_delegate.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-04 13:20:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-13 21:16:28 +0100
commit6b25e22685cfe434bb17db006c33db7341ca7028 (patch)
tree3691ca5d33b3497940fd66e4d44b538367a00622 /src/core/net/url_request_custom_job_delegate.cpp
parent723a0d074ef96083eecae58d3dbed78339a68402 (diff)
Code-style cleanup in src/core/net
Picking suggested changes for a clang-format run. Change-Id: I3539dee65f153257015af4a8670312e74980a9e4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/net/url_request_custom_job_delegate.cpp')
-rw-r--r--src/core/net/url_request_custom_job_delegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net/url_request_custom_job_delegate.cpp b/src/core/net/url_request_custom_job_delegate.cpp
index b5a7a55a7..f73296cf0 100644
--- a/src/core/net/url_request_custom_job_delegate.cpp
+++ b/src/core/net/url_request_custom_job_delegate.cpp
@@ -117,7 +117,7 @@ void URLRequestCustomJobDelegate::redirect(const QUrl &url)
void URLRequestCustomJobDelegate::fail(Error error)
{
- int net_error = 0;
+ int net_error = 0;
switch (error) {
case NoError:
break;