diff options
author | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2015-04-22 21:08:43 +0200 |
---|---|---|
committer | Mátyás Mustoha <mmatyas@inf.u-szeged.hu> | 2015-04-22 21:57:58 +0200 |
commit | 91b4246e1b47f1cf75a2432210aaa88dc1d1dba2 (patch) | |
tree | 8bcbde0b4f3e19f771b6cfdfe21c8ca13d284a0f /components/script/script_task.rs | |
parent | 8efd70b01b0ff9b42722e6b9d88940f6944ebba2 (diff) | |
download | servo-91b4246e1b47f1cf75a2432210aaa88dc1d1dba2.tar.gz servo-91b4246e1b47f1cf75a2432210aaa88dc1d1dba2.zip |
Fix some irregular indentation.
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 14638ddcd82..7022275bd00 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -778,7 +778,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) { |