udevadm-test: insert missing line break

Addresses post-merge comment:
03b6879f4d (r140587790)
This commit is contained in:
Yu Watanabe 2024-04-05 02:03:27 +09:00 committed by Frantisek Sumsal
parent cdba129b71
commit 6a363a838a

View file

@ -181,7 +181,7 @@ int test_main(int argc, char *argv[], void *userdata) {
if (sd_device_get_ifindex(dev, NULL) >= 0) {
if (!isempty(event->name))
printf("%sNetwork interface name:%s %s\n", ansi_highlight(), ansi_normal(), event->name);
printf("%sNetwork interface name:%s\n %s\n", ansi_highlight(), ansi_normal(), event->name);
if (!strv_isempty(event->altnames)) {
bool space = true;