Module Name:    src
Committed By:   jmcneill
Date:           Sun Jan 17 00:35:46 UTC 2021

Modified Files:
        src/sys/dev/wscons: wsdisplay_vcons_util.c

Log Message:
trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/wscons/wsdisplay_vcons_util.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/wscons/wsdisplay_vcons_util.c
diff -u src/sys/dev/wscons/wsdisplay_vcons_util.c:1.3 src/sys/dev/wscons/wsdisplay_vcons_util.c:1.4
--- src/sys/dev/wscons/wsdisplay_vcons_util.c:1.3	Wed Jan 30 11:24:48 2019
+++ src/sys/dev/wscons/wsdisplay_vcons_util.c	Sun Jan 17 00:35:46 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: wsdisplay_vcons_util.c,v 1.3 2019/01/30 11:24:48 jmcneill Exp $ */
+/*	$NetBSD: wsdisplay_vcons_util.c,v 1.4 2021/01/17 00:35:46 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2009 Michael Lorenz
@@ -46,7 +46,7 @@
 
 #include <dev/wscons/wsdisplay_vconsvar.h>
 
-void	
+void
 vcons_replay_msgbuf(struct vcons_screen *scr)
 {
 	int status = scr->scr_status;

Reply via email to