summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-28 02:34:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-28 02:34:14 +0000
commit24811aac492ad5997e28f75cdf471f03c89af272 (patch)
tree19fbb45f1e68ae445ba9d05f42254db0f478274a /etc/inc/interfaces.inc
parentc515ea57c84c736823694ab4d97da944adb1bd99 (diff)
downloadpfsense-24811aac492ad5997e28f75cdf471f03c89af272.zip
pfsense-24811aac492ad5997e28f75cdf471f03c89af272.tar.gz
Remove space
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index be7220d..05460ed 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1634,7 +1634,7 @@ function get_real_wan_interface() {
if($vip['interface'] == "wan") {
if($counter == 0)
$wanif = "";
- return " carp{$counter}";
+ return "carp{$counter}";
}
$counter++;
}
OpenPOWER on IntegriCloud