PERFORCE change 127202 for review

Constantine A. Murenin cnst at FreeBSD.org
Thu Oct 4 17:01:38 PDT 2007


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

Change 127202 by cnst at dale on 2007/10/05 00:01:08

	remove extra space before a tab; noticed when comparing my patch
	against Hasso Tepper's DragonFly revision of this patch

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/usr.bin.systat/cmdtab.c#3 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/usr.bin.systat/cmdtab.c#3 (text+ko) ====

@@ -83,7 +83,7 @@
 	  initifstat,	openifstat,	closeifstat,	cmdifstat,
 	  0,		CF_LOADAV },
 	{ "sensors",	showsensors,	fetchsensors,	labelsensors,
-	  initsensors, 	opensensors,	closesensors,	0,
+	  initsensors,	opensensors,	closesensors,	0,
 	  0,		CF_LOADAV },
         { NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0 }
 };


More information about the p4-projects mailing list