mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:32:06 -04:00
lint
This commit is contained in:
parent
0dae46cbc7
commit
544f5611e1
1 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ indent(unsigned int *current, unsigned int to, int tabwidth,
|
|||
{
|
||||
isc_region_t r;
|
||||
unsigned char *p;
|
||||
int from, ntabs, nspaces, t;
|
||||
unsigned int from;
|
||||
int ntabs, nspaces, t;
|
||||
|
||||
from = *current;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue