summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-02 12:24:28 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-02 12:24:28 +0100
commit7f06001481ae72c8b46b1fb44b2784da1764a3b3 (patch)
tree114a66e2bbadf6a25dbbb1dec2e17d9adc72efc8 /etc
parent52550ca5e3a4e76d3b8859d8330c8df008c06b4b (diff)
downloadpfsense-7f06001481ae72c8b46b1fb44b2784da1764a3b3.zip
pfsense-7f06001481ae72c8b46b1fb44b2784da1764a3b3.tar.gz
Cleanup whitespace.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index be99059..85185c7 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -102,8 +102,6 @@ function system_get_sysctls() {
continue;
$disp_sysctl[$sysctl] = array('tunable' => $sysctl, 'value' => $value, 'descr' => get_sysctl_descr($sysctl));
-
-
}
unset($disp_cache);
return $disp_sysctl;
@@ -2099,4 +2097,4 @@ function get_possible_traffic_source_addresses($include_ipv6_link_local=false) {
}
return $sourceips;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud