Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Remove trailing blank line.



details:   https://anonhg.NetBSD.org/src/rev/458dabbef8a8
branches:  trunk
changeset: 556598:458dabbef8a8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Dec 21 11:54:16 2003 +0000

description:
Remove trailing blank line.

diffstat:

 sys/kern/subr_prop.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r f802a532ee03 -r 458dabbef8a8 sys/kern/subr_prop.c
--- a/sys/kern/subr_prop.c      Sun Dec 21 11:39:17 2003 +0000
+++ b/sys/kern/subr_prop.c      Sun Dec 21 11:54:16 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_prop.c,v 1.11 2003/05/17 03:12:08 itojun Exp $    */
+/*     $NetBSD: subr_prop.c,v 1.12 2003/12/21 11:54:16 simonb Exp $    */
 
 /*  
  * Copyright (c) 2001 Eduardo Horvath.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_prop.c,v 1.11 2003/05/17 03:12:08 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_prop.c,v 1.12 2003/12/21 11:54:16 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -668,4 +668,3 @@
        return (0);
 
 }
-



Home | Main Index | Thread Index | Old Index