From 84ae53e011cdf7462179774f256c2efbe3d01c78 Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Thu, 27 Aug 2015 18:31:49 +1200 Subject: [PATCH] Indents arguments to be more readable --- components/net/http_loader.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/net/http_loader.rs b/components/net/http_loader.rs index bf0a2a4072e..464e7bc54b1 100644 --- a/components/net/http_loader.rs +++ b/components/net/http_loader.rs @@ -80,10 +80,10 @@ fn inner_url(url: &Url) -> Url { } fn load_for_consumer(load_data: LoadData, - start_chan: LoadConsumer, - classifier: Arc, - resource_mgr_chan: IpcSender, - devtools_chan: Option>) { + start_chan: LoadConsumer, + classifier: Arc, + resource_mgr_chan: IpcSender, + devtools_chan: Option>) { match load::(load_data, resource_mgr_chan, devtools_chan, &NetworkHttpRequestFactory) { Err(LoadError::UnsupportedScheme(url)) => {