channels/server: Format code by astyle
authorOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 11:12:35 +0000 (13:12 +0200)
committerOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 11:35:43 +0000 (13:35 +0200)
Run ./scripts/format_code.sh before the following changes.

channels/server/channels.c

index 9f99ebb..cd3a237 100644 (file)
 #include <freerdp/server/encomsp.h>
 #include <freerdp/server/rdpgfx.h>
 
-void freerdp_channels_dummy() 
+void freerdp_channels_dummy()
 {
        audin_server_context_new(NULL);
        audin_server_context_free(NULL);
-
        rdpsnd_server_context_new(NULL);
        rdpsnd_server_context_free(NULL);
-
        cliprdr_server_context_new(NULL);
        cliprdr_server_context_free(NULL);
-
        echo_server_context_new(NULL);
        echo_server_context_free(NULL);
-
        rdpdr_server_context_new(NULL);
        rdpdr_server_context_free(NULL);
-
        drdynvc_server_context_new(NULL);
        drdynvc_server_context_free(NULL);
-
        rdpei_server_context_new(NULL);
        rdpei_server_context_free(NULL);
-
        remdesk_server_context_new(NULL);
        remdesk_server_context_free(NULL);
-
        encomsp_server_context_new(NULL);
        encomsp_server_context_free(NULL);
-
        rdpgfx_server_context_new(NULL);
        rdpgfx_server_context_free(NULL);
 }