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
|
||||
global ft_strcmp
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
section .text
|
||||
global ft_write
|
||||
|
||||
ft_write:
|
||||
mov rax, 1
|
||||
syscall
|
||||
|
Loading…
Reference in New Issue
Block a user