diff options
author | François Perrad <francois.perrad@gadz.org> | 2018-02-26 14:31:15 +0100 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-26 21:31:15 +0800 |
commit | 2e836bb553d72d2546de80b7f4da35355efe5baf (patch) | |
tree | 0807ceaabc2f87b33d422acdcad73c45c4f80b10 /svr-runopts.c | |
parent | 36ccfd21e71ecbf7c5441194b8d38bfe1ffe61a6 (diff) |
more linting (#58)
* const parameter
* fix indentation
Diffstat (limited to 'svr-runopts.c')
-rw-r--r-- | svr-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c index 1b057cf..99d63bb 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -542,7 +542,7 @@ void load_all_hostkeys() { #if DROPBEAR_ECDSA loadhostkey(ECDSA_PRIV_FILENAME, 0); #endif - } + } #if DROPBEAR_DELAY_HOSTKEY if (svr_opts.delay_hostkey) { |