Fix some irregular indentation.

This commit is contained in:
Mátyás Mustoha 2015-04-22 21:08:43 +02:00
parent 8efd70b01b
commit 91b4246e1b
5 changed files with 29 additions and 29 deletions

View file

@ -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) {