Skip to content

Commit 49cd189

Browse files
committed
Whitespace fix.
1 parent a22b0b4 commit 49cd189

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

chromium_src/net/url_request/redirect_util.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ void RedirectUtil::UpdateHttpRequest(
2020
HttpRequestHeaders* request_headers,
2121
bool* should_clear_upload) {
2222
UpdateHttpRequest_ChromiumImpl(original_url,
23-
original_method,
24-
redirect_info,
25-
removed_headers,
26-
modified_headers,
27-
request_headers,
28-
should_clear_upload);
23+
original_method,
24+
redirect_info,
25+
removed_headers,
26+
modified_headers,
27+
request_headers,
28+
should_clear_upload);
2929
// Hack for dropping referrer at the network layer.
3030
if (removed_headers) {
3131
if (removed_headers->end() != std::find(removed_headers->begin(),

0 commit comments

Comments
 (0)