Source-Changes-HG archive

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

[src/trunk]: src/bin/mt - Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/eb5fb196361a
branches:  trunk
changeset: 582112:eb5fb196361a
user:      hira <hira%NetBSD.org@localhost>
date:      Fri Jun 17 14:27:18 2005 +0000

description:
- Whitespace nit.
- Wrap long line.

diffstat:

 bin/mt/mt.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 30059ac7ce58 -r eb5fb196361a bin/mt/mt.c
--- a/bin/mt/mt.c       Fri Jun 17 14:10:50 2005 +0000
+++ b/bin/mt/mt.c       Fri Jun 17 14:27:18 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mt.c,v 1.39 2005/02/03 15:15:48 christos Exp $ */
+/* $NetBSD: mt.c,v 1.40 2005/06/17 14:27:18 hira Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)mt.c       8.2 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: mt.c,v 1.39 2005/02/03 15:15:48 christos Exp $");
+__RCSID("$NetBSD: mt.c,v 1.40 2005/06/17 14:27:18 hira Exp $");
 #endif
 #endif /* not lint */
 
@@ -319,7 +319,8 @@
 void
 usage(void)
 {
-       (void)fprintf(stderr, "usage: %s [-f device] command [ count ]\n", getprogname());
+       (void)fprintf(stderr, "usage: %s [-f device] command [count]\n",
+           getprogname());
        exit(1);
        /* NOTREACHED */
 }



Home | Main Index | Thread Index | Old Index