1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-03 13:47:04 +03:00

test-resolved: fix whitespace issue

This commit is contained in:
Lennart Poettering 2018-08-02 18:00:36 +02:00
parent 6fb93e10cf
commit 5d00545a6e

View File

@ -50,7 +50,7 @@ static void test_parse_etc_hosts(const char *fname) {
if (fname)
return;
EtcHostsItemByName *bn;
assert_se(bn = hashmap_get(hosts.by_name, "some.where"));
assert_se(bn->n_addresses == 3);