summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit/ProgramLoader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Boot/BootKit/ProgramLoader.hxx')
-rw-r--r--Boot/BootKit/ProgramLoader.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Boot/BootKit/ProgramLoader.hxx b/Boot/BootKit/ProgramLoader.hxx
index 12414d38..6f789d37 100644
--- a/Boot/BootKit/ProgramLoader.hxx
+++ b/Boot/BootKit/ProgramLoader.hxx
@@ -12,12 +12,12 @@
namespace Boot
{
- using namespace Kernel;
+ using namespace Kernel;
class ProgramLoader;
/// @brief Program loader class
- /// @package nl.zeta.boot.api
+ /// @package nl.zeta.boot.api
class ProgramLoader final
{
public:
@@ -34,8 +34,8 @@ namespace Boot
void SetName(const char* name);
private:
- Char fBlobName[255];
+ Char fBlobName[255];
VoidPtr fStartAddress{nullptr};
VoidPtr fBlob{nullptr};
};
-} // namespace Kernel \ No newline at end of file
+} // namespace Boot \ No newline at end of file