diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-03-25 22:33:44 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-03-26 10:20:41 +1100 |
commit | d6e5def308610f194c0ec3ef97a34a3e9630e190 (patch) | |
tree | 0ab119c9d10bfc8eb3ad4a5d0f1a971695eb64a2 /servconf.c | |
parent | 26e0cef07b04479537c971dec898741df1290fe5 (diff) |
upstream: whitespace
OpenBSD-Commit-ID: 106e853ae8a477e8385bc53824d3884a8159db07
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c index a7bfba827..ffac5d2c7 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | /* $OpenBSD: servconf.c,v 1.349 2019/03/06 22:14:23 dtucker Exp $ */ | 2 | /* $OpenBSD: servconf.c,v 1.350 2019/03/25 22:33:44 djm Exp $ */ |
3 | /* | 3 | /* |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
5 | * All rights reserved | 5 | * All rights reserved |
@@ -470,7 +470,6 @@ fill_default_server_options(ServerOptions *options) | |||
470 | options->compression = 0; | 470 | options->compression = 0; |
471 | } | 471 | } |
472 | #endif | 472 | #endif |
473 | |||
474 | } | 473 | } |
475 | 474 | ||
476 | /* Keyword tokens. */ | 475 | /* Keyword tokens. */ |