Skip to content

Commit

Permalink
adjust clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware committed Jun 18, 2024
1 parent 46ee690 commit b8eacf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trusted_network.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ void valkeySortIP(in_addr_t *IPlist, unsigned int IPcount) {

int checkTrustedIP(in_addr_t ip) {
return bsearch(&ip, server.trustedIPList, server.trustedIPCount, sizeof(server.trustedIPList[0]), compareIP) != NULL
? 1
: 0;
? 1
: 0;
}

int isUnixNetwork(client *c) {
Expand Down

0 comments on commit b8eacf0

Please sign in to comment.