PERFORCE change 127201 for review

Constantine A. Murenin cnst at FreeBSD.org
Thu Oct 4 16:56:26 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127201

Change 127201 by cnst at dale on 2007/10/04 23:56:20

	change some spaces to tabs

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#2 edit
.. //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#6 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#2 (text+ko) ====

@@ -1,4 +1,4 @@
-/*	$P4: //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#1 $	*/
+/*	$P4: //depot/projects/soc2007/cnst-sensors/sys.dev.it/it.c#2 $	*/
 /*	$FreeBSD$	*/
 /*	$OpenBSD: it.c,v 1.22 2007/03/22 16:55:31 deraadt Exp $	*/
 
@@ -82,9 +82,9 @@
 
 static device_method_t it_methods[] = {
 	/* Methods from the device interface */
-	DEVMETHOD(device_probe,         it_probe),
-	DEVMETHOD(device_attach,        it_attach),
-	DEVMETHOD(device_detach,        it_detach),
+	DEVMETHOD(device_probe,		it_probe),
+	DEVMETHOD(device_attach,	it_attach),
+	DEVMETHOD(device_detach,	it_detach),
 
 	/* Terminate method list */
 	{ 0, 0 }

==== //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#6 (text+ko) ====

@@ -1,4 +1,4 @@
-/*	$P4: //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#5 $	*/
+/*	$P4: //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78_isa.c#6 $	*/
 /*	$FreeBSD$	*/
 /*	$OpenBSD: lm78_isa.c,v 1.2 2007/07/01 21:48:57 cnst Exp $	*/
 
@@ -70,9 +70,9 @@
 
 static device_method_t lm_isa_methods[] = {
 	/* Methods from the device interface */
-	DEVMETHOD(device_probe,         lm_isa_probe),
-	DEVMETHOD(device_attach,        lm_isa_attach),
-	DEVMETHOD(device_detach,        lm_isa_detach),
+	DEVMETHOD(device_probe,		lm_isa_probe),
+	DEVMETHOD(device_attach,	lm_isa_attach),
+	DEVMETHOD(device_detach,	lm_isa_detach),
 
 	/* Terminate method list */
 	{ 0, 0 }


More information about the p4-projects mailing list