svn commit: r253678 - head/cddl/contrib/opensolaris/tools/ctf/cvt

Pedro F. Giffuni pfg at FreeBSD.org
Fri Jul 26 14:37:23 UTC 2013


Author: pfg
Date: Fri Jul 26 14:37:23 2013
New Revision: 253678
URL: http://svnweb.freebsd.org/changeset/base/253678

Log:
  Style issue in r253661.
  
  Pointed out by:	avg
  MFC after:	1 month

Modified:
  head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c

Modified: head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c
==============================================================================
--- head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c	Fri Jul 26 14:25:58 2013	(r253677)
+++ head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c	Fri Jul 26 14:37:23 2013	(r253678)
@@ -52,7 +52,7 @@ static char *curfile;
 #define	CTF_BUF_CHUNK_SIZE	(64 * 1024)
 #define	RES_BUF_CHUNK_SIZE	(64 * 1024)
 
-static int ntypes=0;		/* The number of types. */
+static int ntypes = 0;		/* The number of types. */
 
 struct ctf_buf {
 	strtab_t ctb_strtab;	/* string table */


More information about the svn-src-all mailing list