From 989118d8d3867e07f004a97a65fe4a31d24df6b9 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 27 Feb 2016 12:34:36 -0500 Subject: [PATCH] Comment formatting --- src/main.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main.cc b/src/main.cc index 5688119..3e50991 100644 --- a/src/main.cc +++ b/src/main.cc @@ -9,18 +9,14 @@ #error "This file should be compiled with an ix86-elf compiler!" #endif -/** - * Called very early, before global initialization. - */ +/** Called very early, before global initialization. */ extern "C" void kearly() { } -/** - * The beginning of the world... - */ +/** The beginning of the world... */ extern "C" void kmain()