mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Update kernel/end.cpp to current coding conventions.
This commit is contained in:
parent
a099f82890
commit
d5b1d4853d
1 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*******************************************************************************
|
||||
|
||||
Copyright(C) Jonas 'Sortie' Termansen 2011.
|
||||
Copyright(C) Jonas 'Sortie' Termansen 2011, 2014.
|
||||
|
||||
This file is part of Sortix.
|
||||
|
||||
|
|
@ -26,7 +26,8 @@
|
|||
|
||||
#include <sortix/kernel/kernel.h>
|
||||
|
||||
namespace Sortix
|
||||
{
|
||||
size_t end; // Put in the bss, the last segment.
|
||||
namespace Sortix {
|
||||
|
||||
size_t end; // Put in the bss, the last segment.
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue