From 91b4246e1b47f1cf75a2432210aaa88dc1d1dba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Wed, 22 Apr 2015 21:08:43 +0200 Subject: Fix some irregular indentation. --- components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/script_task.rs') 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) { -- cgit v1.2.3