Trivial KNF.

This commit is contained in:
mycroft 1999-08-29 18:39:35 +00:00
parent 6850b97bb3
commit ea4b733810
9 changed files with 27 additions and 18 deletions

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.3 1999/08/29 18:30:14 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:35 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.3 1999/08/29 18:30:14 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:35 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.6 1999/08/29 18:30:16 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.7 1999/08/29 18:39:36 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.6 1999/08/29 18:30:16 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.7 1999/08/29 18:39:36 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.4 1999/08/29 18:30:16 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.5 1999/08/29 18:39:36 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:30:16 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.5 1999/08/29 18:39:36 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.6 1999/08/29 18:39:36 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.6 1999/08/29 18:39:36 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.6 1999/08/29 18:39:37 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.5 1999/08/29 18:30:16 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.6 1999/08/29 18:39:37 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.1 1999/08/29 18:32:36 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.2 1999/08/29 18:39:37 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.1 1999/08/29 18:32:36 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.2 1999/08/29 18:39:37 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.3 1999/08/29 18:30:16 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.3 1999/08/29 18:30:16 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.3 1999/03/10 08:15:44 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.3 1999/03/10 08:15:44 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */

View File

@ -1,4 +1,5 @@
/* $NetBSD: frexp.c,v 1.3 1999/08/29 18:30:17 mycroft Exp $ */
/* $NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)frexp.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: frexp.c,v 1.3 1999/08/29 18:30:17 mycroft Exp $");
__RCSID("$NetBSD: frexp.c,v 1.4 1999/08/29 18:39:37 mycroft Exp $");
#endif
#endif /* LIBC_SCCS and not lint */