From abf5549524bfabf212dc1d45bc5939b26cd4887d Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 25 Jul 2014 21:21:48 -0700 Subject: [PATCH] common: indent, not logic change --- common/trans.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 */