Module Name:    src
Committed By:   uwe
Date:           Tue Jun 30 21:27:18 UTC 2020

Modified Files:
        src/lib/libcurses: line.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libcurses/line.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/line.c
diff -u src/lib/libcurses/line.c:1.13 src/lib/libcurses/line.c:1.14
--- src/lib/libcurses/line.c:1.13	Tue Jun 30 21:10:13 2020
+++ src/lib/libcurses/line.c	Tue Jun 30 21:27:18 2020
@@ -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
- *						 ([email protected], [email protected])
+ *                         ([email protected], [email protected])
  * 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>

Reply via email to