common: indent, not logic change

ulab-next-nosound
Jay Sorg 10 years ago
parent 4bf326080d
commit abf5549524

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

Loading…
Cancel
Save