diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 19:26:48 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 19:26:48 +0000 |
commit | 9cb13f3c8835d377c090b5b52f01dab7dc143969 (patch) | |
tree | d8a422e32e5bdfaf50c1645e5172d7a1a287e1ad /bin/stty/cchar.c | |
parent | dc3a3e9c35c14c56f3d305352f0d30819bd89f84 (diff) |
tabify
Diffstat (limited to 'bin/stty/cchar.c')
-rw-r--r-- | bin/stty/cchar.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index dc4075b7af9..8404516b77d 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cchar.c,v 1.5 1996/08/02 12:10:03 deraadt Exp $ */ +/* $OpenBSD: cchar.c,v 1.6 1997/07/23 19:26:46 kstailey Exp $ */ /* $NetBSD: cchar.c,v 1.10 1996/05/07 18:20:05 jtc Exp $ */ /*- @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: cchar.c,v 1.5 1996/08/02 12:10:03 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: cchar.c,v 1.6 1997/07/23 19:26:46 kstailey Exp $"; #endif #endif /* not lint */ @@ -91,9 +91,9 @@ const struct cchar cchars2[] = { static int c_cchar(a, b) - const void *a, *b; + const void *a, *b; { - return (strcmp(((struct cchar *)a)->name, ((struct cchar *)b)->name)); + return (strcmp(((struct cchar *)a)->name, ((struct cchar *)b)->name)); } int |