Skip to content

Commit

Permalink
re-run clang-format to fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Feb 12, 2024
1 parent eff57e8 commit 9c18c82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libc-bottom-half/headers/private/wasi/descriptor_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#include <wasi/preview2.h>

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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 9c18c82

Please sign in to comment.