Skip to content

Commit

Permalink
chore: clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Mar 1, 2024
1 parent 6f1c642 commit 2716a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/raweth/link.c
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ static _Bool _z_valid_ethtype_raweth(_z_str_intmap_t *config) {
return false;
}
long ethtype = strtol(s_ethtype, NULL, 16);
return(_z_raweth_htons(ethtype) > 0x600); // Ethtype must be at least 0x600 in network order
return (_z_raweth_htons(ethtype) > 0x600); // Ethtype must be at least 0x600 in network order
}

static long _z_get_ethtype_raweth(_z_str_intmap_t *config) {

0 comments on commit 2716a6b

Please sign in to comment.