Whitespace botch in previous, noticed by Leo Weppelman and Thorsten Frueauf.

This commit is contained in:
kleink 2000-10-02 14:52:39 +00:00
parent bea4776498
commit a253819635
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pipe.S,v 1.4 2000/09/28 08:38:54 kleink Exp $ */
/* $NetBSD: pipe.S,v 1.5 2000/10/02 14:52:39 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -43,7 +43,7 @@
#if 0
RCSID("from: @(#)pipe.s 5.1 (Berkeley) 5/12/90")
#else
RCSID("$NetBSD: pipe.S,v 1.4 2000/09/28 08:38:54 kleink Exp $")
RCSID("$NetBSD: pipe.S,v 1.5 2000/10/02 14:52:39 kleink Exp $")
#endif
#endif /* LIBC_SCCS and not lint */