Run rustfmt

This commit is contained in:
Philipp Oppermann
2018-06-12 19:26:17 +02:00
parent 8b5be6ebc0
commit 6529cbc674
5 changed files with 20 additions and 12 deletions

View File

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