diff options
author | pfg <pfg@FreeBSD.org> | 2013-07-26 14:37:23 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2013-07-26 14:37:23 +0000 |
commit | 923a92077775249b947e305923e35460d702f0bd (patch) | |
tree | e682f88fd8212d9d1ff88fd349aa096a2757d1c5 | |
parent | 4b4c561bbf9e16f81ad2235acb49b805fea3263c (diff) | |
download | FreeBSD-src-923a92077775249b947e305923e35460d702f0bd.zip FreeBSD-src-923a92077775249b947e305923e35460d702f0bd.tar.gz |
Style issue in r253661.
Pointed out by: avg
MFC after: 1 month
-rw-r--r-- | cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c b/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c index c8048c7..82ec5fa 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 */ |