diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-04-22 19:49:30 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-04-22 19:49:30 -0500 |
commit | 43d666f94b9b1b8313d430785946b8d3e020fecf (patch) | |
tree | 5979331d172018c81c88168344b4c25778ed3e9d /components/script/script_task.rs | |
parent | ac0645c2363b5a6ea3930b0857b3a27f1b6d033f (diff) | |
parent | 91b4246e1b47f1cf75a2432210aaa88dc1d1dba2 (diff) | |
download | servo-43d666f94b9b1b8313d430785946b8d3e020fecf.tar.gz servo-43d666f94b9b1b8313d430785946b8d3e020fecf.zip |
Auto merge of #5802 - mmatyas:indentfix, r=jdm
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5802)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index e10e3e9e583..6886137e48c 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -818,7 +818,7 @@ impl ScriptTask { return; } panic!("Page rect message sent to nonexistent pipeline"); - } + } /// Handle a request to load a page in a new child frame of an existing page. fn handle_new_layout(&self, new_layout_info: NewLayoutInfo) { |