Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-30 16:01:51 +00:00
parent 1de949a8bd
commit 05c18861dd
187 changed files with 802 additions and 802 deletions

View File

@@ -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.
*/