From 9c18c82344b49c70eb18fd275c065e5e11a723dc Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Mon, 12 Feb 2024 14:28:33 -0700 Subject: [PATCH] re-run clang-format to fix indentation Signed-off-by: Joel Dice --- .../headers/private/wasi/descriptor_table.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libc-bottom-half/headers/private/wasi/descriptor_table.h b/libc-bottom-half/headers/private/wasi/descriptor_table.h index 50872d42..aeec5bdd 100644 --- a/libc-bottom-half/headers/private/wasi/descriptor_table.h +++ b/libc-bottom-half/headers/private/wasi/descriptor_table.h @@ -4,16 +4,16 @@ #include typedef struct { - int dummy; + int dummy; } tcp_socket_state_unbound_t; typedef struct { - int dummy; + int dummy; } tcp_socket_state_bound_t; typedef struct { - int dummy; + int dummy; } tcp_socket_state_connecting_t; typedef struct { - int dummy; + int dummy; } tcp_socket_state_listening_t; typedef struct { @@ -65,10 +65,10 @@ typedef struct { } udp_socket_streams_t; typedef struct { - int dummy; + int dummy; } udp_socket_state_unbound_t; typedef struct { - int dummy; + int dummy; } udp_socket_state_bound_nostreams_t; typedef struct {