Run rustfmt

This commit is contained in:
Philipp Oppermann
2016-06-25 17:08:26 +02:00
parent 2f9e6cc0d0
commit c9d8afe434
4 changed files with 22 additions and 23 deletions

View File

@@ -180,7 +180,7 @@ pub fn remap_the_kernel<A>(allocator: &mut A, boot_info: &BootInformation) -> Ac
active_table.with(&mut new_table, &mut temporary_page, |mapper| {
let elf_sections_tag = boot_info.elf_sections_tag()
.expect("Memory map tag required");
.expect("Memory map tag required");
// identity map the allocated kernel sections
for section in elf_sections_tag.sections() {