From cf21c40b50b50e4b8dfc8a5c33555be60a3f33e4 Mon Sep 17 00:00:00 2001 From: Pawel Dziepak Date: Mon, 23 Dec 2013 00:09:03 +0100 Subject: [PATCH] x86: Fix style Thanks Axel. --- src/system/kernel/arch/x86/apic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/system/kernel/arch/x86/apic.cpp b/src/system/kernel/arch/x86/apic.cpp index c6719cc23d..176102977d 100644 --- a/src/system/kernel/arch/x86/apic.cpp +++ b/src/system/kernel/arch/x86/apic.cpp @@ -31,7 +31,8 @@ apic_available() } -bool x2apic_available() +bool +x2apic_available() { return sX2APIC; }