Module Name:    src
Committed By:   riastradh
Date:           Sun May 14 09:29:58 UTC 2023

Modified Files:
        src/sys/kern: sys_descrip.c

Log Message:
kern/sys_descrip.c: Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/kern/sys_descrip.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/kern/sys_descrip.c
diff -u src/sys/kern/sys_descrip.c:1.46 src/sys/kern/sys_descrip.c:1.47
--- src/sys/kern/sys_descrip.c:1.46	Sat Apr 22 14:23:59 2023
+++ src/sys/kern/sys_descrip.c	Sun May 14 09:29:58 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: sys_descrip.c,v 1.46 2023/04/22 14:23:59 riastradh Exp $	*/
+/*	$NetBSD: sys_descrip.c,v 1.47 2023/05/14 09:29:58 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2020 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sys_descrip.c,v 1.46 2023/04/22 14:23:59 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sys_descrip.c,v 1.47 2023/05/14 09:29:58 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -334,7 +334,7 @@ do_fcntl_getpath(struct lwp *l, file_t *
 
 	return error;
 }
-	
+
 /*
  * The file control system call.
  */

Reply via email to