common: indent, not logic change

This commit is contained in:
Jay Sorg 2014-07-25 21:21:48 -07:00
parent 4bf326080d
commit abf5549524

View File

@ -70,12 +70,13 @@ struct trans
}; };
/* xrdp_tls */ /* xrdp_tls */
struct xrdp_tls { struct xrdp_tls
SSL *ssl; {
SSL_CTX *ctx; SSL *ssl;
char *cert; SSL_CTX *ctx;
char *key; char *cert;
struct trans *trans; char *key;
struct trans *trans;
}; };
/* xrdp_tls.c */ /* xrdp_tls.c */