Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/pty/ptm whitespace.



details:   https://anonhg.NetBSD.org/src/rev/53ce2b89932d
branches:  trunk
changeset: 571135:53ce2b89932d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 11 15:58:59 2004 +0000

description:
whitespace.

diffstat:

 regress/lib/libc/pty/ptm/ptm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 26258370afc1 -r 53ce2b89932d regress/lib/libc/pty/ptm/ptm.c
--- a/regress/lib/libc/pty/ptm/ptm.c    Thu Nov 11 15:57:47 2004 +0000
+++ b/regress/lib/libc/pty/ptm/ptm.c    Thu Nov 11 15:58:59 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptm.c,v 1.3 2004/11/11 00:03:15 christos Exp $ */
+/*     $NetBSD: ptm.c,v 1.4 2004/11/11 15:58:59 christos Exp $ */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: ptm.c,v 1.3 2004/11/11 00:03:15 christos Exp $");
+__RCSID("$NetBSD: ptm.c,v 1.4 2004/11/11 15:58:59 christos Exp $");
 
 #include <stdlib.h>
 #include <unistd.h>
@@ -76,7 +76,7 @@
 
        if (strncmp(ptm.sn, "/dev/tty", 8) != 0)
                if (strncmp(ptm.sn, "/dev/pts/", 9) != 0)
-               errx(1, "bad slave name %s", ptm.sn);
+                       errx(1, "bad slave name %s", ptm.sn);
 
        if (strncmp(ptm.cn, "/dev/null", 9) != 0) {
                if (fstat(ptm.cfd, &stm) == -1)



Home | Main Index | Thread Index | Old Index