Skip to content

Commit

Permalink
Fix clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Aug 8, 2024
1 parent 49e4e21 commit 300b30b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/format_etsilive.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ static inline void inspect_next_packet(etsisocket_t *sock,
/* Check if display of keepalives is wanted; not by default */
keyenv = getenv("LIBTRACE_ETSILI_SHOW_KEEPALIVE");
if (!keyenv) {
libtrace_scb_advance_read(&(sock->recvbuffer), reclen);
return;
libtrace_scb_advance_read(&(sock->recvbuffer), reclen);
return;
}
}

Expand Down Expand Up @@ -738,7 +738,6 @@ static void etsilive_help(void)
printf("\n");
}


static struct libtrace_format_t etsilive = {
"etsilive",
"$Id$",
Expand Down

0 comments on commit 300b30b

Please sign in to comment.