Fix white space and formatting nits.

This commit is contained in:
simonb 2001-03-28 03:18:39 +00:00
parent a378517ea4
commit 3fa9ceaa88
2 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ctl.c,v 1.26 2001/02/19 23:03:43 cgd Exp $ */
/* $NetBSD: ctl.c,v 1.27 2001/03/28 03:18:39 simonb Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: play.c,v 1.24 2001/03/08 06:28:14 ross Exp $ */
/* $NetBSD: play.c,v 1.25 2001/03/28 03:18:39 simonb Exp $ */
/*
* Copyright (c) 1999 Matthew R. Green
@ -272,8 +272,8 @@ play(file)
err(1, "munmap failed");
close(fd);
}
/*
* play the file on on the file descriptor fd
*/