summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-06-15 08:03:30 +0000
committerbrian <brian@FreeBSD.org>2002-06-15 08:03:30 +0000
commit72243fc694aea0f3db76715775105efb1fa5e79b (patch)
tree1a5ce3d59f7e248077b816072e04048f10560a99 /usr.sbin/ppp/bundle.c
parent361d0dd8a73326bbaf2681ea73e1e304ecedb470 (diff)
downloadFreeBSD-src-72243fc694aea0f3db76715775105efb1fa5e79b.zip
FreeBSD-src-72243fc694aea0f3db76715775105efb1fa5e79b.tar.gz
Remove whitespace at the end of lines.
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index 5a8536c..f0c8f94 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -191,7 +191,7 @@ bundle_Notify(struct bundle *bundle, char c)
}
}
-static void
+static void
bundle_ClearQueues(void *v)
{
struct bundle *bundle = (struct bundle *)v;
@@ -289,7 +289,7 @@ bundle_LayerUp(void *v, struct fsm *fp)
#ifndef NORADIUS
if (bundle->radius.sessiontime)
bundle_StartSessionTimer(bundle, 0);
-#endif
+#endif
bundle_StartIdleTimer(bundle, 0);
mp_CheckAutoloadTimer(&fp->bundle->ncp.mp);
}
@@ -621,7 +621,7 @@ bundle_DescriptorRead(struct fdescriptor *d, struct bundle *bundle,
/*
* Drop the packet. If we were to queue it, we'd just end up with
* a pile of timed-out data in our output queue by the time we get
- * around to actually dialing. We'd also prematurely reach the
+ * around to actually dialing. We'd also prematurely reach the
* threshold at which we stop select()ing to read() the tun
* device - breaking auto-dial.
*/
@@ -1145,7 +1145,7 @@ bundle_ShowStatus(struct cmdargs const *arg)
return 0;
}
-static void
+static void
bundle_IdleTimeout(void *v)
{
struct bundle *bundle = (struct bundle *)v;
@@ -1214,7 +1214,7 @@ bundle_RemainingIdleTime(struct bundle *bundle)
#ifndef NORADIUS
-static void
+static void
bundle_SessionTimeout(void *v)
{
struct bundle *bundle = (struct bundle *)v;
OpenPOWER on IntegriCloud