aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/uucico/trans.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit4399be3cbd35324f7a2c00d77229d995b4022138 (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/libexec/uucp/uucico/trans.c
parent709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff)
downloadsrc-4399be3cbd35324f7a2c00d77229d995b4022138.tar.gz
src-4399be3cbd35324f7a2c00d77229d995b4022138.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8858
Diffstat (limited to 'gnu/libexec/uucp/uucico/trans.c')
-rw-r--r--gnu/libexec/uucp/uucico/trans.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/libexec/uucp/uucico/trans.c b/gnu/libexec/uucp/uucico/trans.c
index 9c6766e8dc54..1cb5487a68e6 100644
--- a/gnu/libexec/uucp/uucico/trans.c
+++ b/gnu/libexec/uucp/uucico/trans.c
@@ -26,7 +26,7 @@
#include "uucp.h"
#if USE_RCS_ID
-const char trans_rcsid[] = "$Id: trans.c,v 1.31 1994/01/30 20:59:40 ian Rel $";
+const char trans_rcsid[] = "$Id: trans.c,v 1.2 1994/05/07 18:13:59 ache Exp $";
#endif
#include <errno.h>
@@ -411,8 +411,8 @@ utransfree (q)
ubuffree ((char *) q->s.ztemp);
ubuffree ((char *) q->s.znotify);
ubuffree ((char *) q->s.zcmd);
-
- utchanfree (q);
+
+ utchanfree (q);
if (q->iremote > 0)
{
aqTremote[q->iremote] = NULL;
@@ -488,9 +488,9 @@ ftcharge (qdaemon, qtrans, fsend, fforce)
{
qother->isecs = inextsecs;
qother->imicros = inextmicros;
- }
+ }
}
-
+
qcharge->qtrans = qtrans;
qcharge->isecs = inextsecs;
qcharge->imicros = inextmicros;
@@ -612,7 +612,7 @@ fqueue (qdaemon, pfany)
break;
#endif
}
- }
+ }
if (pfany != NULL)
*pfany = qTlocal != NULL;
@@ -926,7 +926,7 @@ floop (qdaemon)
TRUE if we just receive data for a file. This routine never sets
*pfexit to FALSE. */
-boolean
+boolean
fgot_data (qdaemon, zfirst, cfirst, zsecond, csecond, ilocal, iremote, ipos,
fallacked, pfexit)
struct sdaemon *qdaemon;