diff options
| author | Joao Fukuda <joao@fukuda.sh> | 2024-12-22 16:09:51 -0300 |
|---|---|---|
| committer | Joao Fukuda <joao@fukuda.sh> | 2024-12-22 16:09:51 -0300 |
| commit | 28e226381d3ebe20b70d13c0ea46a7183d59d65e (patch) | |
| tree | 5c3b0f0e4b98ccc7e542b89c80cae37adb100644 /core/sys | |
| parent | 0a2200fa12c2255d03f366fe301228a147ed79e5 (diff) | |
Remove extra white space
Got in on 0a2200f without me noticing, mb.
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/linux/types.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index dc3e4018d..08a443bcc 100644 --- a/core/sys/linux/types.odin +++ b/core/sys/linux/types.odin @@ -684,7 +684,6 @@ Address_Family :: distinct Protocol_Family */ Socket_Msg :: bit_set[Socket_Msg_Bits; i32] - /* Struct representing a generic socket address. */ |