summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/options.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 16:01:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-30 16:01:51 +0000
commit05c18861dd58a08076d0fa97f72cb88c4a5698e5 (patch)
tree44213053eba92e81452144bb67dba9a6f62841a9 /cpukit/pppd/options.c
parentWhitespace removal. (diff)
downloadrtems-05c18861dd58a08076d0fa97f72cb88c4a5698e5.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/pppd/options.c')
-rw-r--r--cpukit/pppd/options.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/pppd/options.c b/cpukit/pppd/options.c
index 8ca387f042..9b010e3b37 100644
--- a/cpukit/pppd/options.c
+++ b/cpukit/pppd/options.c
@@ -1168,7 +1168,7 @@ setpassfilter(
{
pc.linktype = DLT_PPP;
pc.snapshot = PPP_HDRLEN;
-
+
if (pcap_compile(&pc, &pass_filter, *argv, 1, netmask) == 0)
return 1;
option_error("error in pass-filter expression: %s\n", pcap_geterr(&pc));
@@ -1184,7 +1184,7 @@ setactivefilter(
{
pc.linktype = DLT_PPP;
pc.snapshot = PPP_HDRLEN;
-
+
if (pcap_compile(&pc, &active_filter, *argv, 1, netmask) == 0)
return 1;
option_error("error in active-filter expression: %s\n", pcap_geterr(&pc));
@@ -1208,7 +1208,7 @@ noopt(
}
/*
- * setdomain - Set domain name to append to hostname
+ * setdomain - Set domain name to append to hostname
*/
static int
setdomain(
@@ -1335,7 +1335,7 @@ setdevname(
default_device = 0;
devnam_info.priv = privileged_option;
devnam_info.source = option_source;
-
+
return 1;
}
@@ -1351,7 +1351,7 @@ setipaddr(
char *colon;
uint32_t local, remote;
ipcp_options *wo = &ipcp_wantoptions[0];
-
+
/*
* IP address pair separated by ":".
*/
@@ -1359,7 +1359,7 @@ setipaddr(
return 0;
if (prepass)
return 1;
-
+
/*
* If colon first character, then no local addr.
*/
@@ -1381,7 +1381,7 @@ setipaddr(
wo->ouraddr = local;
*colon = ':';
}
-
+
/*
* If colon last character, then no remote addr.
*/