PERFORCE change 145737 for review

Ed Schouten ed at FreeBSD.org
Wed Jul 23 18:19:21 UTC 2008


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

Change 145737 by ed at ed_dull on 2008/07/23 18:18:37

	Small style fix: put a space before the closing brace.

Affected files ...

.. //depot/projects/mpsafetty/usr.sbin/pstat/pstat.c#3 edit

Differences ...

==== //depot/projects/mpsafetty/usr.sbin/pstat/pstat.c#3 (text+ko) ====

@@ -313,7 +313,7 @@
 	{ TF_BYPASS,	'l' },
 	{ TF_ZOMBIE,	'Z' },
 
-	{ 0,	       '\0'},
+	{ 0,	       '\0' },
 };
 
 static void


More information about the p4-projects mailing list