PERFORCE change 124482 for review

Constantine A. Murenin cnst at FreeBSD.org
Wed Aug 1 12:32:39 PDT 2007


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

Change 124482 by cnst at dale on 2007/08/01 19:31:59

	KNF

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/sbin.sysctl/sysctl.c#2 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/sbin.sysctl/sysctl.c#2 (text+ko) ====

@@ -749,7 +749,7 @@
 		if (!i && !bflag)
 			putchar('\n');
 
-		memcpy(name1+2, name2, l2 * sizeof(int));
+		memcpy(name1 + 2, name2, l2 * sizeof(int));
 		l1 = 2 + l2;
 	}
 }


More information about the p4-projects mailing list