Module Name:    src
Committed By:   pgoyette
Date:           Tue Jan  5 22:08:54 UTC 2016

Modified Files:
        src/sys/dev/filemon: filemon.c

Log Message:
KNF - blank line after (non-existant) declarations.  No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/filemon/filemon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/filemon/filemon.c
diff -u src/sys/dev/filemon/filemon.c:1.23 src/sys/dev/filemon/filemon.c:1.24
--- src/sys/dev/filemon/filemon.c:1.23	Tue Jan  5 09:37:11 2016
+++ src/sys/dev/filemon/filemon.c	Tue Jan  5 22:08:54 2016
@@ -1,4 +1,4 @@
-/*      $NetBSD: filemon.c,v 1.23 2016/01/05 09:37:11 pgoyette Exp $ */
+/*      $NetBSD: filemon.c,v 1.24 2016/01/05 22:08:54 pgoyette Exp $ */
 /*
  * Copyright (c) 2010, Juniper Networks, Inc.
  *
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: filemon.c,v 1.23 2016/01/05 09:37:11 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: filemon.c,v 1.24 2016/01/05 22:08:54 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -142,6 +142,7 @@ filemon_printf(struct filemon *filemon, 
 static void
 filemon_comment(struct filemon * filemon)
 {
+
 	filemon_printf(filemon, "# filemon version %d\n# Target pid %d\nV %d\n",
 	   FILEMON_VERSION, curproc->p_pid, FILEMON_VERSION);
 }

Reply via email to