diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-07-25 21:21:48 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-07-25 21:21:48 -0700 |
commit | abf5549524bfabf212dc1d45bc5939b26cd4887d (patch) | |
tree | 08e993543882e37f67aeaf8a4fa984b8e3f2295c | |
parent | 4bf326080da8cb495ece2339a8cf1c128f1ae7bb (diff) | |
download | xrdp-proprietary-abf5549524bfabf212dc1d45bc5939b26cd4887d.tar.gz xrdp-proprietary-abf5549524bfabf212dc1d45bc5939b26cd4887d.zip |
common: indent, not logic change
-rw-r--r-- | common/trans.h | 13 |
1 files 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 */ |