Skip to content

Commit

Permalink
Fix pointer declaration style
Browse files Browse the repository at this point in the history
Fix pointer declaration style

Signed-off-by: Thyagarajan Venkatanarayanan <quic_venkatan@quicinc.com>
  • Loading branch information
thyagarajanqc authored Nov 6, 2024
1 parent 03e1797 commit 99eae84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listener_android.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ int close_reverse_handle(remote_handle64 h, char *dlerr, int dlerrorLen,
}

int listener_android_geteventfd(int domain, int *fd) {
struct listener* me = NULL;
struct listener *me = NULL;
int nErr = 0;

GET_HASH_NODE(struct listener, domain, me);
Expand Down

0 comments on commit 99eae84

Please sign in to comment.