From 178be2a6d5bfba51695a85598bc72cbe5ecb066e Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 8 Aug 2014 09:15:38 +0200 Subject: [PATCH] Style fix. --- src/system/kernel/arch/arm/arch_vm_translation_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/kernel/arch/arm/arch_vm_translation_map.cpp b/src/system/kernel/arch/arm/arch_vm_translation_map.cpp index 6fc4ba1895..24d1eef15f 100644 --- a/src/system/kernel/arch/arm/arch_vm_translation_map.cpp +++ b/src/system/kernel/arch/arm/arch_vm_translation_map.cpp @@ -145,7 +145,7 @@ bool arch_vm_translation_map_is_kernel_page_accessible(addr_t virtualAddress, uint32 protection) { - if(!gARMPagingMethod) + if (!gARMPagingMethod) return true; return gARMPagingMethod->IsKernelPageAccessible(virtualAddress, protection);