Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Fix indentation in the copyright.



details:   https://anonhg.NetBSD.org/src/rev/9eff1eb39f17
branches:  trunk
changeset: 935365:9eff1eb39f17
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jun 30 21:27:18 2020 +0000

description:
Fix indentation in the copyright.
Make it match its siblings in other files.

diffstat:

 lib/libcurses/line.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a7a517e6de67 -r 9eff1eb39f17 lib/libcurses/line.c
--- a/lib/libcurses/line.c      Tue Jun 30 21:24:00 2020 +0000
+++ b/lib/libcurses/line.c      Tue Jun 30 21:27:18 2020 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: line.c,v 1.13 2020/06/30 21:10:13 uwe Exp $    */
+/*     $NetBSD: line.c,v 1.14 2020/06/30 21:27:18 uwe Exp $    */
 
 /*-
  * Copyright (c) 1998-1999 Brett Lymn
- *                                              (blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost)
+ *                         (blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost)
  * All rights reserved.
  *
  * This code has been donated to The NetBSD Foundation by the Author.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: line.c,v 1.13 2020/06/30 21:10:13 uwe Exp $");
+__RCSID("$NetBSD: line.c,v 1.14 2020/06/30 21:27:18 uwe Exp $");
 #endif                         /* not lint */
 
 #include <string.h>



Home | Main Index | Thread Index | Old Index