Fix header comment to align text using 8 space tabs.

This commit is contained in:
andvar 2024-03-26 20:50:29 +00:00
parent 7529cf7879
commit 8f8b6fe679
1 changed files with 34 additions and 34 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: io.c,v 1.30 2024/03/23 21:10:45 andvar Exp $ */
/* $NetBSD: io.c,v 1.31 2024/03/26 20:50:29 andvar Exp $ */
/*
* io.c Larn is copyrighted 1986 by Noah Morgan.
@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: io.c,v 1.30 2024/03/23 21:10:45 andvar Exp $");
__RCSID("$NetBSD: io.c,v 1.31 2024/03/26 20:50:29 andvar Exp $");
#endif /* not lint */
#include "header.h"