Module Name:    src
Committed By:   dyoung
Date:           Wed Feb 24 21:34:23 UTC 2010

Modified Files:
        src/sys/arch/x86/include: pci_machdep.h

Log Message:
KNF: change spaces to tabs.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/pci_machdep.h

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

Modified files:

Index: src/sys/arch/x86/include/pci_machdep.h
diff -u src/sys/arch/x86/include/pci_machdep.h:1.11 src/sys/arch/x86/include/pci_machdep.h:1.12
--- src/sys/arch/x86/include/pci_machdep.h:1.11	Wed Feb 24 21:25:51 2010
+++ src/sys/arch/x86/include/pci_machdep.h	Wed Feb 24 21:34:23 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci_machdep.h,v 1.11 2010/02/24 21:25:51 dyoung Exp $	*/
+/*	$NetBSD: pci_machdep.h,v 1.12 2010/02/24 21:34:23 dyoung Exp $	*/
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -64,7 +64,7 @@
 #endif
 
 struct {
-        int dummy;
+	int dummy;
 } pci_chipset_tag;
 
 /*

Reply via email to