PERFORCE change 124851 for review

Constantine A. Murenin cnst at FreeBSD.org
Tue Aug 7 15:23:33 PDT 2007


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

Change 124851 by cnst at dale on 2007/08/07 22:22:58

	when the debugging output was removed, a newline was left behind

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78.c#8 edit

Differences ...

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

@@ -1,4 +1,4 @@
-/*	$P4: //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78.c#7 $	*/
+/*	$P4: //depot/projects/soc2007/cnst-sensors/sys.dev.lm/lm78.c#8 $	*/
 /*	$FreeBSD$	*/
 /*	$OpenBSD: lm78.c,v 1.18 2007/05/26 22:47:39 cnst Exp $	*/
 
@@ -632,7 +632,6 @@
 
 	for (i = 0; i < sc->numsensors; i++)
 		sc->lm_sensors[i].refresh(sc, i);
-
 }
 
 void


More information about the p4-projects mailing list