clean: fix indentation

This commit is contained in:
starnakin 2024-09-03 10:28:47 +02:00
parent a5ccf7df95
commit 3632b34e40
4 changed files with 47 additions and 49 deletions

View File

@ -1,4 +1,3 @@
section .note.GNU-stack noalloc noexec nowrite progbits
section .text section .text
global ft_strcmp global ft_strcmp

View File

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