aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequest.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-12-01 10:50:17 -0500
committerManish Goregaokar <manishsmail@gmail.com>2014-12-27 02:53:35 +0530
commit7d656735616a6ab852e20a86f65428d1103ceca3 (patch)
tree55a058cac8a8d172f7e028d5e58a9e1099aaf9d1 /components/script/dom/xmlhttprequest.rs
parent552db382d6fc868be3bc6aeb500915953f5e0ea3 (diff)
downloadservo-7d656735616a6ab852e20a86f65428d1103ceca3.tar.gz
servo-7d656735616a6ab852e20a86f65428d1103ceca3.zip
Remove extra spaces
Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"`
Diffstat (limited to 'components/script/dom/xmlhttprequest.rs')
-rw-r--r--components/script/dom/xmlhttprequest.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/xmlhttprequest.rs b/components/script/dom/xmlhttprequest.rs
index e667c0a615c..3bdb2de4152 100644
--- a/components/script/dom/xmlhttprequest.rs
+++ b/components/script/dom/xmlhttprequest.rs
@@ -240,7 +240,6 @@ impl XMLHttpRequest {
}
}
-
macro_rules! notify_error_and_return(
($err:expr) => ({
notify_partial_progress(fetch_type, XHRProgress::Errored(gen_id, $err));