Module Name:    src
Committed By:   skrll
Date:           Wed Jun 12 10:16:52 UTC 2019

Modified Files:
        src/sys/dev/ic: pl181.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/pl181.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/ic/pl181.c
diff -u src/sys/dev/ic/pl181.c:1.6 src/sys/dev/ic/pl181.c:1.7
--- src/sys/dev/ic/pl181.c:1.6	Mon Sep  3 16:29:31 2018
+++ src/sys/dev/ic/pl181.c	Wed Jun 12 10:16:52 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: pl181.c,v 1.6 2018/09/03 16:29:31 riastradh Exp $ */
+/* $NetBSD: pl181.c,v 1.7 2019/06/12 10:16:52 skrll Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcne...@invisible.ca>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pl181.c,v 1.6 2018/09/03 16:29:31 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pl181.c,v 1.7 2019/06/12 10:16:52 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -290,7 +290,7 @@ plmmc_pio_transfer(struct plmmc_softc *s
 
 	return error;
 }
-				     
+
 static int
 plmmc_host_reset(sdmmc_chipset_handle_t sch)
 {

Reply via email to