From 2e836bb553d72d2546de80b7f4da35355efe5baf Mon Sep 17 00:00:00 2001 From: François Perrad Date: Mon, 26 Feb 2018 14:31:15 +0100 Subject: more linting (#58) * const parameter * fix indentation --- svr-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-runopts.c') 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) { -- cgit v1.2.3