Skip to content

Commit f123af4

Browse files
Cortex_M.NVIC: Fix indentation
1 parent f6ddfbb commit f123af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/ARM/cortex_m/src/nvic_cm4_cm7/cortex_m-nvic.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ package body Cortex_M.NVIC is
152152
Index : constant Natural :=
153153
Integer (Shift_Right (IRQn_As_Word, 5));
154154
begin
155-
NVIC.ISER (Index) := Shift_Left (1, Integer (IRQn_As_Word and 16#1F#));
155+
NVIC.ISER (Index) := Shift_Left (1, Integer (IRQn_As_Word and 16#1F#));
156156
end Enable_Interrupt;
157157

158158
-----------------------

0 commit comments

Comments
 (0)