diff --git a/common/trans.h b/common/trans.h index 54566d85..c28d420b 100644 --- a/common/trans.h +++ b/common/trans.h @@ -70,12 +70,13 @@ struct trans }; /* xrdp_tls */ -struct xrdp_tls { - SSL *ssl; - SSL_CTX *ctx; - char *cert; - char *key; - struct trans *trans; +struct xrdp_tls +{ + SSL *ssl; + SSL_CTX *ctx; + char *cert; + char *key; + struct trans *trans; }; /* xrdp_tls.c */