libnm/team: add space in JSON output for link watcher

Generate the following:

 { "runner": { "sys_prio": 10 }, "link_watch": { "name": "ethtool" } }

instead of:

 { "runner": { "sys_prio": 10 }, "link_watch": { "name": "ethtool"} }
This commit is contained in:
Thomas Haller
2019-05-29 15:48:22 +02:00
committed by Beniamino Galvani
parent f4222aff07
commit 56f45d7ba3
2 changed files with 4 additions and 4 deletions