From b42525b462efa127526bed9cd68f8984f04dcdbc Mon Sep 17 00:00:00 2001 From: Ilia Sergachev Date: Sun, 16 Jan 2022 12:55:54 +0100 Subject: [PATCH] add missing newline --- litex/soc/cores/cpu/eos_s3/boot-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/cores/cpu/eos_s3/boot-helper.c b/litex/soc/cores/cpu/eos_s3/boot-helper.c index 9a2695e2f..4dd8ae2d3 100644 --- a/litex/soc/cores/cpu/eos_s3/boot-helper.c +++ b/litex/soc/cores/cpu/eos_s3/boot-helper.c @@ -2,4 +2,4 @@ void boot_helper(unsigned long r1, unsigned long r2, unsigned long r3, unsigned void boot_helper(unsigned long r1, unsigned long r2, unsigned long r3, unsigned long addr) { goto *addr; -} \ No newline at end of file +}