Fix indentation

This commit is contained in:
Robbe Van Herck 2019-06-05 12:44:28 +02:00
parent a8a206884f
commit fca5966f63
No known key found for this signature in database
GPG Key ID: 10AEB5879CBDE7C4
1 changed files with 5 additions and 5 deletions

View File

@ -40,11 +40,11 @@ int 0x10
jmp .nonewline
.change_color_mode:
;; Read character
mov ah, 0x00
int 0x16
mov [color_mode], al
jmp .loop
;; Read character
mov ah, 0x00
int 0x16
mov [color_mode], al
jmp .loop
.newline:
;; Scroll up window