Browse Source

Fix indentation

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@gmail.com>
Akira Tsukamoto 2 years ago
parent
commit
aa05f81d2f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      boot/start.S

+ 3 - 3
boot/start.S

@@ -64,9 +64,9 @@ _start:
 	la t2, _bss_end
 	bgeu t1, t2, 4f
 3:
-  sd   x0, 0(t1)
-  addi t1, t1, 8
-  blt  t1, t2, 3b
+	sd   x0, 0(t1)
+	addi t1, t1, 8
+	blt  t1, t2, 3b
 4:
 	/*only hart 0*/
 	call BootMain