From 28e226381d3ebe20b70d13c0ea46a7183d59d65e Mon Sep 17 00:00:00 2001 From: Joao Fukuda Date: Sun, 22 Dec 2024 16:09:51 -0300 Subject: [PATCH] Remove extra white space Got in on 0a2200f without me noticing, mb. --- core/sys/linux/types.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index dc3e4018d8f..08a443bccdc 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. */