mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
tools: add indent command configuration file
And reindent all files. Reference: http://www.gnu.org/software/indent/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
761c9560d7
commit
6684772550
6 changed files with 48 additions and 38 deletions
|
|
@ -368,9 +368,8 @@ void parse_config(int is_include, const char *restrict config_file,
|
|||
RANGES *= 2;
|
||||
ranges =
|
||||
xrealloc(ranges,
|
||||
sizeof(struct
|
||||
range_t) *
|
||||
RANGES);
|
||||
sizeof(struct
|
||||
range_t) * RANGES);
|
||||
range_p = ranges + num_ranges;
|
||||
}
|
||||
newclause = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue