diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:57:47 +0000 |
commit | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (patch) | |
tree | 15a9c7203efd47ba6dde2896fdb6327dddd4547f /usr.sbin/timed | |
parent | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (diff) | |
download | FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.zip FreeBSD-src-4f960dd75f181e9fa2edc44324f15f0ab5c64b37.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r-- | usr.sbin/timed/timed/byteorder.c | 6 | ||||
-rw-r--r-- | usr.sbin/timed/timed/candidate.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/measure.c | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/timed/timed/byteorder.c b/usr.sbin/timed/timed/byteorder.c index 9cbd665..deb4d0e 100644 --- a/usr.sbin/timed/timed/byteorder.c +++ b/usr.sbin/timed/timed/byteorder.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)byteorder.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.3 $" +#ident "$Revision: 1.1.1.1 $" #endif #include "globals.h" @@ -59,7 +59,7 @@ bytenetorder(ptr) ptr->tsp_time.tv_sec = htonl((u_long)ptr->tsp_time.tv_sec); ptr->tsp_time.tv_usec = htonl((u_long)ptr->tsp_time.tv_usec); break; - + default: break; /* nothing more needed */ } @@ -79,7 +79,7 @@ bytehostorder(ptr) ptr->tsp_time.tv_sec = ntohl((u_long)ptr->tsp_time.tv_sec); ptr->tsp_time.tv_usec = ntohl((u_long)ptr->tsp_time.tv_usec); break; - + default: break; /* nothing more needed */ } diff --git a/usr.sbin/timed/timed/candidate.c b/usr.sbin/timed/timed/candidate.c index 294eb9b..38700bc 100644 --- a/usr.sbin/timed/timed/candidate.c +++ b/usr.sbin/timed/timed/candidate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)candidate.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.9 $" +#ident "$Revision: 1.1.1.1 $" #endif #include "globals.h" @@ -123,7 +123,7 @@ again: case TSP_REFUSE: /* * Collision: change value of election timer - * using exponential backoff. + * using exponential backoff. * * Fooey. * An exponential backoff on a delay starting at diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index c8535a4..2b49eaa 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)measure.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.1.1.1 $" +#ident "$Revision: 1.2 $" #endif #include "globals.h" @@ -96,7 +96,7 @@ measure(maxmsec, wmsec, hname, addr, print) goto quit; } } - + /* * empty the icmp input queue @@ -191,7 +191,7 @@ measure(maxmsec, wmsec, hname, addr, print) if (cc < 0) goto quit; - /* + /* * got something. See if it is ours */ icp = (struct icmp *)(packet + (ip->ip_hl << 2)); |