From 8b26a12dbe124fea0169712974ac2d8468e92dd9 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 7 Feb 2018 05:47:55 +0000 Subject: Indent labels with a single space so that diff prototypes are more useful. --- src/usr.bin/openssl/s_client.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr.bin/openssl/s_client.c') diff --git a/src/usr.bin/openssl/s_client.c b/src/usr.bin/openssl/s_client.c index 158992aa04..cedc495218 100644 --- a/src/usr.bin/openssl/s_client.c +++ b/src/usr.bin/openssl/s_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s_client.c,v 1.34 2018/02/07 04:57:06 jsing Exp $ */ +/* $OpenBSD: s_client.c,v 1.35 2018/02/07 05:47:55 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -592,7 +592,7 @@ s_client_main(int argc, char **argv) goto bad; } if (badop) { -bad: + bad: if (errstr) BIO_printf(bio_err, "invalid argument %s: %s\n", *argv, errstr); @@ -1200,13 +1200,13 @@ re_start: } ret = 0; -shut: + shut: if (in_init) print_stuff(bio_c_out, con, full_log); SSL_shutdown(con); shutdown(SSL_get_fd(con), SHUT_RD); close(SSL_get_fd(con)); -end: + end: if (con != NULL) { if (prexit != 0) print_stuff(bio_c_out, con, 1); -- cgit v1.2.3-55-g6feb