summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-31 23:13:04 +0000
committerDamien Miller <djm@mindrot.org>2020-02-01 10:22:33 +1100
commitd4f4cdd681ab6408a98419f398b75a55497ed324 (patch)
tree3007e381e689fb1fb14251a30a8f01ff29ea5109
parent245399dfb3ecebc6abfc2ef4ee2e650fa9f6942b (diff)
upstream: whitespace
-rw-r--r--sshd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sshd.c b/sshd.c
index f4e659f1..60b2aaf7 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.548 2020/01/31 23:11:25 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.549 2020/01/31 23:13:04 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1697,8 +1697,7 @@ main(int ac, char **av)
*/
(void)atomicio(vwrite, startup_pipe, "\0", 1);
}
- }
- else if (strcasecmp(config_file_name, "none") != 0)
+ } else if (strcasecmp(config_file_name, "none") != 0)
load_server_config(config_file_name, cfg);
parse_server_config(&options, rexeced_flag ? "rexec" : config_file_name,