channels/server: Format code by astyle

Run ./scripts/format_code.sh before the following changes.
This commit is contained in:
Ondrej Holy 2018-08-22 13:12:35 +02:00
parent 170d5859d2
commit 4ba3c46cd0

View File

@ -51,35 +51,26 @@
#include <freerdp/server/encomsp.h> #include <freerdp/server/encomsp.h>
#include <freerdp/server/rdpgfx.h> #include <freerdp/server/rdpgfx.h>
void freerdp_channels_dummy() 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);
} }