Update kernel/end.cpp to current coding conventions.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-01-04 01:09:49 +01:00
parent a099f82890
commit d5b1d4853d
1 changed files with 5 additions and 4 deletions

View File

@ -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.
}