1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2014-01-04 01:09:49 +01:00
parent a099f82890
commit d5b1d4853d

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