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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"