mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Style issue in r253661.
Pointed out by: avg MFC after: 1 month
This commit is contained in:
parent
8e94193e58
commit
e75a1c78e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253678
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user