Skip to content

Commit

Permalink
cleanup: tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbesy committed Dec 13, 2020
1 parent 1a1e06b commit 88f0e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/c/include/shunt_primitives.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct in_addr {
struct sockaddr_in {
unsigned short int sin_family; /* Address family */
unsigned short int sin_port; /* Port number */
struct in_addr sin_addr; /* IP address */
struct in_addr sin_addr; /* IP address */
unsigned char sin_zero[...]; /* Pad to size of 'struct sockaddr' */
};

Expand Down

0 comments on commit 88f0e8b

Please sign in to comment.