Skip to content

Commit 184d5e4

Browse files
committed
Fix style errors
Sneaked in when style checking was temporarily broken. Signed-off-by: Indan Zupancic <[email protected]>
1 parent de71c79 commit 184d5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ if(NOT Sel4testAllowSettingsOverride)
4848
set(KernelArmHypervisorSupport ON CACHE BOOL "" FORCE)
4949
endif()
5050

51-
if (KernelSel4ArchAarch32)
51+
if(KernelSel4ArchAarch32)
5252
set(KernelArmTLSReg tpidruro CACHE STRING "" FORCE)
5353
endif()
54-
if (KernelSel4ArchAarch64)
54+
if(KernelSel4ArchAarch64)
5555
set(KernelArmTLSReg tpidru CACHE STRING "" FORCE)
5656
endif()
5757

0 commit comments

Comments
 (0)