clean: fix indentation
This commit is contained in:
parent
a5ccf7df95
commit
3632b34e40
@ -1,4 +1,3 @@
|
|||||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
|
||||||
section .text
|
section .text
|
||||||
global ft_strcmp
|
global ft_strcmp
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
section .text
|
section .text
|
||||||
global ft_write
|
global ft_write
|
||||||
|
|
||||||
ft_write:
|
ft_write:
|
||||||
mov rax, 1
|
mov rax, 1
|
||||||
syscall
|
syscall
|
||||||
|
Loading…
Reference in New Issue
Block a user