From 4d7187e33e0c21ad9137d720dc6a9dc44c4cb21a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 19 Mar 2016 20:21:40 -0400 Subject: [PATCH] Comment formatting --- src/Multiboot.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Multiboot.hh b/src/Multiboot.hh index a9185cc..9e1bc9d 100644 --- a/src/Multiboot.hh +++ b/src/Multiboot.hh @@ -61,10 +61,7 @@ struct PACKED Information MemoryMapIterator memoryMapEnd() const; private: - /** - * Bit field of flags. Fields below are only defined if the appropriate - * flag is set. - */ + /** Bit field of flags. Fields below are only defined if the appropriate flag is set. */ uint32_t mFlags; /** Amount of lower (0 to 1 MB) memory, in KB. */