From cc89006629128787f5d6ffe60c10ca4304bbd38a Mon Sep 17 00:00:00 2001 From: Alwin Joshy Date: Mon, 15 Jan 2024 17:16:50 +1100 Subject: [PATCH] formatting --- apps/sel4test-tests/arch/arm/arch/debug.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/sel4test-tests/arch/arm/arch/debug.h b/apps/sel4test-tests/arch/arm/arch/debug.h index e296420b..0f570ede 100644 --- a/apps/sel4test-tests/arch/arm/arch/debug.h +++ b/apps/sel4test-tests/arch/arm/arch/debug.h @@ -22,12 +22,12 @@ #endif #define TEST_SINGLE_STEP_ASM() \ - asm volatile( \ + asm volatile( \ ".global label_one, label_two\n\t" \ - "label_one: \n\t" \ - "nop \n\t" \ - "label_two: \n\t" \ - "nop \n\t" \ + "label_one: \n\t" \ + "nop \n\t" \ + "label_two: \n\t" \ + "nop \n\t" \ ) /* Tell C about the symbols exported by the ASM above. */