From e75a1c78e00b77c66002ee5c5ed78d7da70c3f12 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" <pfg@FreeBSD.org> Date: Fri, 26 Jul 2013 14:37:23 +0000 Subject: Style issue in r253661. Pointed out by: avg MFC after: 1 month --- cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cddl/contrib/opensolaris/tools/ctf/cvt') diff --git a/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c b/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c index c8048c70e0b3..82ec5fafda4a 100644 --- a/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c +++ b/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c @@ -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 */ -- cgit v1.2.3