summaryrefslogtreecommitdiffstats
path: root/call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:41 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:05 +0200
commit904e050aa0f4250adc7b7f8125000ef26715abef (patch)
treef38147b4719f02e54c53a0ad311c3715b2cf0057 /call
parent3ba8bfeddb7af74a874661bc0289415d35b1d407 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'call')
-rw-r--r--call/call.c4
-rw-r--r--call/call.h2
-rw-r--r--call/call.man4
-rw-r--r--call/menu.c2
-rw-r--r--call/yapp.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/call/call.c b/call/call.c
index 21fb4f5..3404483 100644
--- a/call/call.c
+++ b/call/call.c
@@ -589,7 +589,7 @@ int start_ab_download(int mode, WINDOW ** swin, wint * wintab,
for (namest = datest; namest < parmsbytes - 1 &&
(parms[namest - 1] != '#'); namest++);
}
-
+
if (!time_set) {
time_t t = time(0);
memcpy(&ft, localtime(&t), sizeof(struct tm));
@@ -2438,7 +2438,7 @@ int main(int argc, char **argv)
break;
}
-
+
if (!be_silent) {
printf("GW4PTS AX.25 Connect v1.11\n");
fflush(stdout);
diff --git a/call/call.h b/call/call.h
index bbc1fb4..b7723d7 100644
--- a/call/call.h
+++ b/call/call.h
@@ -2,7 +2,7 @@
#define FALSE 0
#endif
#ifndef TRUE
-#define TRUE 1
+#define TRUE 1
#endif
extern int fd;
extern int interrupted;
diff --git a/call/call.man b/call/call.man
index 85c291b..6fd5e5c 100644
--- a/call/call.man
+++ b/call/call.man
@@ -66,7 +66,7 @@ for normal (modulus 8) AX.25 operation, or
for extended (modulus 128) AX.25 operation.
.TP 10
.BI "\-p paclen"
-Specify a specific maximum amount of data to be sent in each AX.25 packet.
+Specify a specific maximum amount of data to be sent in each AX.25 packet.
.TP 10
.BI "\-s mycall"
Connect using the specified source @@@call@@@ (you may need to be root).
@@ -154,7 +154,7 @@ Download a file (YAPP download)
Suspend program
.LP
The program provides no terminal emulation features. These are left
-up to the console facilities of the terminal in use. The program is
+up to the console facilities of the terminal in use. The program is
however '8 bit clean'.
.SH FILES
.nf
diff --git a/call/menu.c b/call/menu.c
index 285d936..ff42cba 100644
--- a/call/menu.c
+++ b/call/menu.c
@@ -1,5 +1,5 @@
/*
- * menu (c)1995 Alexander Tietzel (DG6XA)
+ * menu (c)1995 Alexander Tietzel (DG6XA)
* little Menu-System for use with ncurses
* date activity autor
* 22.07.1995 wininfo->wint (vector->single chain) Alexander Tietzel (DG6XA)
diff --git a/call/yapp.c b/call/yapp.c
index a8fda53..f96d604 100644
--- a/call/yapp.c
+++ b/call/yapp.c
@@ -5,7 +5,7 @@
* This module implements the YAPP file transfer protocol as defined by Jeff
* Jacobsen WA7MBL in the files yappxfer.doc and yappxfer.pas.
*
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version