mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
lint
This commit is contained in:
@@ -155,10 +155,10 @@ dns_masterfile_style_debug = {
|
||||
|
||||
|
||||
#define N_SPACES 10
|
||||
char spaces[N_SPACES] = " ";
|
||||
char spaces[N_SPACES+1] = " ";
|
||||
|
||||
#define N_TABS 10
|
||||
char tabs[N_TABS] = "\t\t\t\t\t\t\t\t\t\t";
|
||||
char tabs[N_TABS+1] = "\t\t\t\t\t\t\t\t\t\t";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user