From d5b1d4853d8dcde647e66ca731e1c175d5fd3ab0 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 4 Jan 2014 01:09:49 +0100 Subject: [PATCH] Update kernel/end.cpp to current coding conventions. --- kernel/end.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/end.cpp b/kernel/end.cpp index 217cd1d1..20245abb 100644 --- a/kernel/end.cpp +++ b/kernel/end.cpp @@ -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 -namespace Sortix -{ - size_t end; // Put in the bss, the last segment. +namespace Sortix { + +size_t end; // Put in the bss, the last segment. + }