fix formatting in klibc/string.c

This commit is contained in:
Borna Šoštarić
2026-01-28 21:54:28 +01:00
parent 45abf9418b
commit 9d394d984b

View File

@@ -105,3 +105,4 @@ int strcmp(const char* s1, const char* s2) {
return d;
}