Formatting: Run rustfmt

This commit is contained in:
Philipp Oppermann
2016-04-12 00:42:49 +02:00
parent f2f2568e26
commit 6839321233
4 changed files with 28 additions and 22 deletions

View File

@@ -167,8 +167,7 @@ impl InactivePageTable {
}
}
pub fn remap_the_kernel<A>(allocator: &mut A, boot_info: &BootInformation)
-> ActivePageTable
pub fn remap_the_kernel<A>(allocator: &mut A, boot_info: &BootInformation) -> ActivePageTable
where A: FrameAllocator
{
let mut temporary_page = TemporaryPage::new(Page { number: 0xcafebabe }, allocator);