commit | 8ce25d444fcee84ace2591e8388a48087305ec33 | [log] [tgz] |
---|---|---|
author | roman <xjanot04@fit.vutbr.cz> | Wed Sep 14 08:43:41 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Sep 14 09:55:29 2022 +0200 |
tree | 43e86c3e1bb646efa198e02b87d09ea53c428708 | |
parent | b4cd987bdfc224b04e598589d41d989995ef99e4 [diff] |
yanglint BUGFIX added missing newline
diff --git a/tools/lint/common.c b/tools/lint/common.c index 6c8bf4c..9033b9d 100644 --- a/tools/lint/common.c +++ b/tools/lint/common.c
@@ -238,7 +238,7 @@ /* no features */ if (!set->count) { - ly_print(out, "\t(none)\n"); + ly_print(out, "\t(none)\n\n"); return; }