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 */
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 */