mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Cleanup/code formatting
This commit is contained in:
@@ -76,7 +76,7 @@ static void android_OnChannelConnectedEventHandler(void* context,
|
||||
if (strcmp(e->name, CLIPRDR_SVC_CHANNEL_NAME) == 0)
|
||||
{
|
||||
android_cliprdr_init(afc, (CliprdrClientContext*)e->pInterface);
|
||||
}
|
||||
}
|
||||
else
|
||||
freerdp_client_OnChannelConnectedEventHandler(context, e);
|
||||
}
|
||||
@@ -99,7 +99,7 @@ static void android_OnChannelDisconnectedEventHandler(void* context,
|
||||
if (strcmp(e->name, CLIPRDR_SVC_CHANNEL_NAME) == 0)
|
||||
{
|
||||
android_cliprdr_uninit(afc, (CliprdrClientContext*)e->pInterface);
|
||||
}
|
||||
}
|
||||
else
|
||||
freerdp_client_OnChannelDisconnectedEventHandler(context, e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user