Преглед на файлове

remove unneded empty line in the code

Alexander Kuleshov преди 7 години
родител
ревизия
b7ed445f0a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Booting/linux-bootstrap-5.md

+ 0 - 1
Booting/linux-bootstrap-5.md

@@ -66,7 +66,6 @@ In the next step we can see setup of the stack pointer and resetting of the flag
 
 ```assembly
 	leaq	boot_stack_end(%rbx), %rsp
-
 	pushq	$0
 	popfq
 ```