diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-03 17:22:01 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-03 17:22:01 +0200 |
commit | f3ac227d6721f0b273e861987fe965568caa8a61 (patch) | |
tree | 5298ea049301c2ceb33c8e434df4f43e6e21e1d6 | |
parent | 1a9a0869d62eb179fa65dcd714675d6e17bc20e1 (diff) | |
download | pfsense-packages-f3ac227d6721f0b273e861987fe965568caa8a61.tar.gz pfsense-packages-f3ac227d6721f0b273e861987fe965568caa8a61.tar.bz2 pfsense-packages-f3ac227d6721f0b273e861987fe965568caa8a61.zip |
sshdcond.inc - fix indentation
-rw-r--r-- | config/sshdcond/sshdcond.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sshdcond/sshdcond.inc b/config/sshdcond/sshdcond.inc index ea3030a9..756f1556 100644 --- a/config/sshdcond/sshdcond.inc +++ b/config/sshdcond/sshdcond.inc @@ -69,7 +69,7 @@ function sshdcond_custom_php_write_config() { /* Detect boot process, do nothing during boot. */ if (platform_booting()) { - return; + return; } conf_mount_rw(); |