From 141912b568937acf53577e57bd13d10e1b908a37 Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Sat, 2 Dec 2017 20:28:35 +0000 Subject: [PATCH] Use 4 space indentation in the assembly file for consistency --- progmem.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progmem.s b/progmem.s index 7244e4a..5f9146d 100644 --- a/progmem.s +++ b/progmem.s @@ -1,3 +1,3 @@ start: - addi x31, x31, 1 - j start + addi x31, x31, 1 + j start