Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2008 18:19:20 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145737 for review
Message-ID:  <200807231819.m6NIJKm0056483@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145737

Change 145737 by ed@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807231819.m6NIJKm0056483>