Module Name:    src
Committed By:   skrll
Date:           Sun Nov 18 16:34:07 UTC 2018

Modified Files:
        src/sys/dev/pci: ahcisata_pci.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/ahcisata_pci.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/pci/ahcisata_pci.c
diff -u src/sys/dev/pci/ahcisata_pci.c:1.42 src/sys/dev/pci/ahcisata_pci.c:1.43
--- src/sys/dev/pci/ahcisata_pci.c:1.42	Thu Oct 25 21:03:19 2018
+++ src/sys/dev/pci/ahcisata_pci.c	Sun Nov 18 16:34:07 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahcisata_pci.c,v 1.42 2018/10/25 21:03:19 jdolecek Exp $	*/
+/*	$NetBSD: ahcisata_pci.c,v 1.43 2018/11/18 16:34:07 skrll Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.42 2018/10/25 21:03:19 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.43 2018/11/18 16:34:07 skrll Exp $");
 
 #include <sys/types.h>
 #include <sys/malloc.h>
@@ -42,7 +42,7 @@ __KERNEL_RCSID(0, "$NetBSD: ahcisata_pci
 #include <dev/pci/pciidevar.h>
 #include <dev/ic/ahcisatavar.h>
 
-struct ahci_pci_quirk { 
+struct ahci_pci_quirk {
 	pci_vendor_id_t  vendor;	/* Vendor ID */
 	pci_product_id_t product;	/* Product ID */
 	int              quirks;	/* quirks; same as sc_ahci_quirks */

Reply via email to