From 31d8d231eb9377df474746a822d380c5d68d7ad6 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Sat, 3 Apr 2021 06:18:40 +0000 Subject: upstream: highly polished whitespace, mostly fixing spaces-for-tab and bad indentation on continuation lines. Prompted by GHPR#185 OpenBSD-Commit-ID: e5c81f0cbdcc6144df1ce468ec1bac366d8ad6e9 --- sshd.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index 32dd4dd4..5aa04d05 100644 --- a/sshd.c +++ b/sshd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.571 2021/03/12 04:08:19 dtucker Exp $ */ +/* $OpenBSD: sshd.c,v 1.572 2021/04/03 06:18:41 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -1702,7 +1702,7 @@ main(int ac, char **av) */ if (test_flag < 2 && connection_info != NULL) fatal("Config test connection parameter (-C) provided without " - "test mode (-T)"); + "test mode (-T)"); /* Fetch our configuration */ if ((cfg = sshbuf_new()) == NULL) @@ -2016,8 +2016,10 @@ main(int ac, char **av) /* Reinitialize the log (because of the fork above). */ log_init(__progname, options.log_level, options.log_facility, log_stderr); - /* Chdir to the root directory so that the current disk can be - unmounted if desired. */ + /* + * Chdir to the root directory so that the current disk can be + * unmounted if desired. + */ if (chdir("/") == -1) error("chdir(\"/\"): %s", strerror(errno)); -- cgit v1.2.1