summaryrefslogtreecommitdiffstats
path: root/bin/stty
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit188803394908f222ab3ed8ec32331eb6dd00fd2d (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/stty
parent8737971a6da37e8fb1df8b8129813b45db5d6261 (diff)
downloadFreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.zip
FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.tar.gz
Remove trailing whitespace.
Reviewed by: phk
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/cchar.c4
-rw-r--r--bin/stty/gfmt.c4
-rw-r--r--bin/stty/print.c8
-rw-r--r--bin/stty/stty.c6
4 files changed, 11 insertions, 11 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c
index ffc680e..8b0c970 100644
--- a/bin/stty/cchar.c
+++ b/bin/stty/cchar.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cchar.c,v 1.2 1994/09/24 02:58:55 davidg Exp $
+ * $Id: cchar.c,v 1.3 1995/04/28 19:29:28 ache Exp $
*/
#ifndef lint
@@ -100,7 +100,7 @@ csearch(argvp, ip)
struct cchar *cp, tmp;
long val;
char *arg, *ep, *name;
-
+
name = **argvp;
tmp.name = name;
diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c
index 880c122..f6ef0e1 100644
--- a/bin/stty/gfmt.c
+++ b/bin/stty/gfmt.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: gfmt.c,v 1.2 1994/09/24 02:58:57 davidg Exp $
+ * $Id: gfmt.c,v 1.3 1995/03/19 13:29:23 joerg Exp $
*/
#ifndef lint
@@ -72,7 +72,7 @@ gprint(tp, wp, ldisc)
}
void
-gread(tp, s)
+gread(tp, s)
struct termios *tp;
char *s;
{
diff --git a/bin/stty/print.c b/bin/stty/print.c
index 6b9a572..6df7fea 100644
--- a/bin/stty/print.c
+++ b/bin/stty/print.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: print.c,v 1.3 1995/04/28 19:29:30 ache Exp $
+ * $Id: print.c,v 1.4 1995/04/29 15:17:16 bde Exp $
*/
#ifndef lint
@@ -70,19 +70,19 @@ print(tp, wp, ldisc, fmt)
/* Line discipline. */
if (ldisc != TTYDISC) {
switch(ldisc) {
- case TABLDISC:
+ case TABLDISC:
cnt += printf("tablet disc; ");
break;
case NTTYDISC:
cnt += printf("new tty disc; ");
break;
- case SLIPDISC:
+ case SLIPDISC:
cnt += printf("slip disc; ");
break;
case PPPDISC:
cnt += printf("ppp disc; ");
break;
- default:
+ default:
cnt += printf("#%d disc; ", ldisc);
break;
}
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 69ce682..d8ce2ff 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: stty.c,v 1.2 1994/09/24 02:59:02 davidg Exp $
+ * $Id: stty.c,v 1.3 1995/04/29 15:00:34 bde Exp $
*/
#ifndef lint
@@ -58,7 +58,7 @@ static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
#include "extern.h"
int
-main(argc, argv)
+main(argc, argv)
int argc;
char *argv[];
{
@@ -117,7 +117,7 @@ args: argc -= optind;
gprint(&i.t, &i.win, i.ldisc);
break;
}
-
+
for (i.set = i.wset = 0; *argv; ++argv) {
if (ksearch(&argv, &i))
continue;
OpenPOWER on IntegriCloud