Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
  • Loading branch information
tswhison committed Dec 19, 2022
1 parent 1da4afa commit b2b99fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/remote/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ remote_fpgaGetOSObjectFromEventHandle(

/******************************************************************************/

STATIC void * events_srv_thr_fn(void *arg)
STATIC void *events_srv_thr_fn(void *arg)
{
opae_poll_server *psrv =
(opae_poll_server *)arg;
Expand Down

0 comments on commit b2b99fa

Please sign in to comment.