Comment formatting

This commit is contained in:
Eryn Wells 2016-02-27 12:34:36 -05:00
parent 114642d9be
commit 989118d8d3

View file

@ -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()