diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-26 14:37:23 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-26 14:37:23 +0000 |
commit | e75a1c78e00b77c66002ee5c5ed78d7da70c3f12 (patch) | |
tree | e682f88fd8212d9d1ff88fd349aa096a2757d1c5 | |
parent | 8e94193e58657c5b88b9d0e9049b2db7b5664e1e (diff) | |
download | src-e75a1c78e00b77c66002ee5c5ed78d7da70c3f12.tar.gz src-e75a1c78e00b77c66002ee5c5ed78d7da70c3f12.zip |
Style issue in r253661.
Pointed out by: avg
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=253678
-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 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 */ |