diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-18 23:16:08 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-18 23:16:08 -0400 |
commit | a17ea6f35d661747db14889341c84a4d6f84a266 (patch) | |
tree | 14a9cb560d2f142a9f67c63cb25cb0f0f341d7a8 | |
parent | d8af39c053f2d86220df4c5bb7c5d84433603e71 (diff) |
kernel/aarch64: frame: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/include/arch/aarch64/frameasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/arch/aarch64/frameasm.h b/sys/include/arch/aarch64/frameasm.h index 66a1334..5664ff5 100644 --- a/sys/include/arch/aarch64/frameasm.h +++ b/sys/include/arch/aarch64/frameasm.h @@ -79,5 +79,4 @@ ldp x28, x27, [sp, #(2 * 8)] ; \ ldp x30, x29, [sp, #(0 * 8)] ; \ - #endif /* !_MACHINE_FRAMEASM_H_ */ |