Remove redundant space before 220 code
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 2m23s
Build system / Build (pull_request) Successful in 16m27s

This commit is contained in:
Igor Shutrov
2025-12-20 00:57:10 +05:00
parent 7b0867a6cf
commit 9434e62faf

View File

@@ -238,7 +238,7 @@ end if
mov [ebp + thread_data.buffer_ptr], eax
mov [ebp + thread_data.passivesocknum], -1
sendFTP " 220 Welcome to KolibriOS FTP daemon" ; fix output code
sendFTP "220 Welcome to KolibriOS FTP daemon" ; fix output code
diff16 "threadloop", 0, $
threadloop: