[haiku-commits] haiku: hrev47651 - src/system/kernel/arch/arm

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 8 Aug 2014 09:15:25 +0200 (CEST)

hrev47651 adds 1 changeset to branch 'master'
old head: 51a0d540e504a4a5d458b51e5fe63c0484a6f823
new head: 178be2a6d5bfba51695a85598bc72cbe5ecb066e
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=178be2a+%5E51a0d54

----------------------------------------------------------------------------

178be2a: Style fix.

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47651
Commit:      178be2a6d5bfba51695a85598bc72cbe5ecb066e
URL:         http://cgit.haiku-os.org/haiku/commit/?id=178be2a
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Fri Aug  8 07:15:38 2014 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/system/kernel/arch/arm/arch_vm_translation_map.cpp | 2 +-

----------------------------------------------------------------------------

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 6fc4ba1..24d1eef 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);


Other related posts:

  • » [haiku-commits] haiku: hrev47651 - src/system/kernel/arch/arm - pulkomandy