channels/server: Format code by astyle
Run ./scripts/format_code.sh before the following changes.
This commit is contained in:
parent
170d5859d2
commit
4ba3c46cd0
@ -55,31 +55,22 @@ void freerdp_channels_dummy()
|
|||||||
{
|
{
|
||||||
audin_server_context_new(NULL);
|
audin_server_context_new(NULL);
|
||||||
audin_server_context_free(NULL);
|
audin_server_context_free(NULL);
|
||||||
|
|
||||||
rdpsnd_server_context_new(NULL);
|
rdpsnd_server_context_new(NULL);
|
||||||
rdpsnd_server_context_free(NULL);
|
rdpsnd_server_context_free(NULL);
|
||||||
|
|
||||||
cliprdr_server_context_new(NULL);
|
cliprdr_server_context_new(NULL);
|
||||||
cliprdr_server_context_free(NULL);
|
cliprdr_server_context_free(NULL);
|
||||||
|
|
||||||
echo_server_context_new(NULL);
|
echo_server_context_new(NULL);
|
||||||
echo_server_context_free(NULL);
|
echo_server_context_free(NULL);
|
||||||
|
|
||||||
rdpdr_server_context_new(NULL);
|
rdpdr_server_context_new(NULL);
|
||||||
rdpdr_server_context_free(NULL);
|
rdpdr_server_context_free(NULL);
|
||||||
|
|
||||||
drdynvc_server_context_new(NULL);
|
drdynvc_server_context_new(NULL);
|
||||||
drdynvc_server_context_free(NULL);
|
drdynvc_server_context_free(NULL);
|
||||||
|
|
||||||
rdpei_server_context_new(NULL);
|
rdpei_server_context_new(NULL);
|
||||||
rdpei_server_context_free(NULL);
|
rdpei_server_context_free(NULL);
|
||||||
|
|
||||||
remdesk_server_context_new(NULL);
|
remdesk_server_context_new(NULL);
|
||||||
remdesk_server_context_free(NULL);
|
remdesk_server_context_free(NULL);
|
||||||
|
|
||||||
encomsp_server_context_new(NULL);
|
encomsp_server_context_new(NULL);
|
||||||
encomsp_server_context_free(NULL);
|
encomsp_server_context_free(NULL);
|
||||||
|
|
||||||
rdpgfx_server_context_new(NULL);
|
rdpgfx_server_context_new(NULL);
|
||||||
rdpgfx_server_context_free(NULL);
|
rdpgfx_server_context_free(NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user