add missing trailing newlines

This commit is contained in:
2026-03-11 14:58:22 +01:00
parent b79cd46b4b
commit d1b65dc1ed
45 changed files with 45 additions and 45 deletions

View File

@@ -669,4 +669,4 @@ func net.close[s: i64] : void
_builtin_syscall(SYS_close, s)
func net.pack_addr[a: i64, b: i64, c: i64, d: i64] : i64
return (a << 24) | (b << 16) | (c << 8) | d
return (a << 24) | (b << 16) | (c << 8) | d