소스 검색

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
 ```