From d451bc75b0c5784ce3851e8754fb824bffc3bcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 23 Jul 2019 13:15:40 +0000 Subject: [PATCH] Doll up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- src/show.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/show.c b/src/show.c index 8b5b15a..076f179 100644 --- a/src/show.c +++ b/src/show.c @@ -32,10 +32,10 @@ gt_show_status(int fd) if (server) { printf(term ? "server %s:\n" - " pid: %li\n" - " bind: %s port %"PRIu16"\n" - " mtu: %zu\n" - " cipher: %s\n" + " pid: %li\n" + " bind: %s port %"PRIu16"\n" + " mtu: %zu\n" + " cipher: %s\n" : "server %s" " %li" " %s %"PRIu16 @@ -50,11 +50,11 @@ gt_show_status(int fd) res.status.chacha ? "chacha20poly1305" : "aes256gcm"); } else { printf(term ? "client %s:\n" - " pid: %li\n" - " bind: %s port %"PRIu16"\n" - " peer: %s port %"PRIu16"\n" - " mtu: %zu\n" - " cipher: %s\n" + " pid: %li\n" + " bind: %s port %"PRIu16"\n" + " peer: %s port %"PRIu16"\n" + " mtu: %zu\n" + " cipher: %s\n" : "client %s" " %li" " %s %"PRIu16