Fix indentation in the copyright.

Make it match its siblings in other files.
This commit is contained in:
uwe 2020-06-30 21:27:18 +00:00
parent aedb0d4e40
commit d9a8ae84b1
1 changed files with 3 additions and 3 deletions

View File

@ -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, brett_lymn@yahoo.com.au)
* (blymn@baea.com.au, brett_lymn@yahoo.com.au)
* 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>