aboutsummaryrefslogtreecommitdiffstats
path: root/config/sshdcond
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-03 17:22:01 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-03 17:22:01 +0200
commitf3ac227d6721f0b273e861987fe965568caa8a61 (patch)
tree5298ea049301c2ceb33c8e434df4f43e6e21e1d6 /config/sshdcond
parent1a9a0869d62eb179fa65dcd714675d6e17bc20e1 (diff)
downloadpfsense-packages-f3ac227d6721f0b273e861987fe965568caa8a61.tar.gz
pfsense-packages-f3ac227d6721f0b273e861987fe965568caa8a61.tar.bz2
pfsense-packages-f3ac227d6721f0b273e861987fe965568caa8a61.zip
sshdcond.inc - fix indentation
Diffstat (limited to 'config/sshdcond')
-rw-r--r--config/sshdcond/sshdcond.inc2
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();