commit | 1ad408af289ac47f60cdfb99cee110e20df3613b | [log] [tgz] |
---|---|---|
author | aPiecek <piecek@cesnet.cz> | Wed Apr 12 10:45:23 2023 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jun 02 15:48:29 2023 +0200 |
tree | a904e30a9038c1eaba8364b07a32bb7317b2904c | |
parent | 95709a43fdaee79fa2ef6fa05e8b882cbcf9fda8 [diff] [blame] |
yanglint BUGFIX delayed string printing ... at the output of the xpath option.
diff --git a/tools/lint/common.c b/tools/lint/common.c index f177527..4afba03 100644 --- a/tools/lint/common.c +++ b/tools/lint/common.c
@@ -588,6 +588,8 @@ key->schema->name, lyd_get_value(key)); } printf(")\n"); + } else { + printf("\n"); } } }