[PATCH] sandbox: unwind: fix indentation

Ahmad Fatoum ahmad at a3f.at
Mon Sep 14 16:54:15 EDT 2020


Indentation was unintentionally doubled. Fix this.

Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
 arch/sandbox/lib/unwind.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sandbox/lib/unwind.c b/arch/sandbox/lib/unwind.c
index 15a2798cc404..f46365ac2b3b 100644
--- a/arch/sandbox/lib/unwind.c
+++ b/arch/sandbox/lib/unwind.c
@@ -7,5 +7,5 @@ void __sanitizer_print_stack_trace(void);
 
 void dump_stack(void)
 {
-		__sanitizer_print_stack_trace();
+	__sanitizer_print_stack_trace();
 }
-- 
2.28.0




More information about the barebox mailing list