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:
Sami Kerola 2012-11-28 19:50:42 +00:00
parent 761c9560d7
commit 6684772550
6 changed files with 48 additions and 38 deletions

View file

@ -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;