Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Jun 23, 2022
1 parent 0029f8a commit bc8b4ad
Show file tree
Hide file tree
Showing 141 changed files with 1,806 additions and 1,695 deletions.
1 change: 0 additions & 1 deletion channels/ainput/client/ainput_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

#define TAG CHANNELS_TAG("ainput.client")


typedef struct AINPUT_PLUGIN_ AINPUT_PLUGIN;
struct AINPUT_PLUGIN_
{
Expand Down
3 changes: 2 additions & 1 deletion channels/audin/client/audin_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,8 @@ static UINT audin_plugin_initialize(IWTSPlugin* pPlugin, IWTSVirtualChannelManag
}

WLog_Print(audin->log, WLOG_TRACE, "...");
audin->listener_callback = (GENERIC_LISTENER_CALLBACK*)calloc(1, sizeof(GENERIC_LISTENER_CALLBACK));
audin->listener_callback =
(GENERIC_LISTENER_CALLBACK*)calloc(1, sizeof(GENERIC_LISTENER_CALLBACK));

if (!audin->listener_callback)
{
Expand Down
Loading

0 comments on commit bc8b4ad

Please sign in to comment.