diff svr-runopts.c @ 1538:f20038b513a5

more linting (#58) * const parameter * fix indentation
author François Perrad <francois.perrad@gadz.org>
date Mon, 26 Feb 2018 14:31:15 +0100
parents 6a83b1944432
children bb8eaa26bc93 1acbdf64088e
line wrap: on
line diff
--- a/svr-runopts.c	Mon Feb 26 21:17:13 2018 +0800
+++ b/svr-runopts.c	Mon Feb 26 14:31:15 2018 +0100
@@ -542,7 +542,7 @@
 #if DROPBEAR_ECDSA
 		loadhostkey(ECDSA_PRIV_FILENAME, 0);
 #endif
-   }
+	}
 
 #if DROPBEAR_DELAY_HOSTKEY
 	if (svr_opts.delay_hostkey) {