Run rustfmt

This commit is contained in:
Philipp Oppermann
2018-06-18 21:17:52 +02:00
parent 0b6174ace6
commit 22bf95ac19
4 changed files with 19 additions and 11 deletions

View File

@@ -13,9 +13,9 @@ extern crate array_init;
#[cfg(test)]
extern crate std;
pub mod gdt;
pub mod serial;
pub mod vga_buffer;
pub mod gdt;
pub unsafe fn exit_qemu() {
use x86_64::instructions::port::Port;