diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-03-21 03:21:36 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-03-23 21:30:23 +0900 |
commit | 160f3145dbf35f1772b5bd5ebedc0ab1c843b5e2 (patch) | |
tree | b6a15f6d15202fb9953dcbd0d9bf7512304e47eb | |
parent | 8e95506a2216729093639f5646bd1003cd16a422 (diff) | |
download | systemd-160f3145dbf35f1772b5bd5ebedc0ab1c843b5e2.tar.gz |
resolve: drop doubled white space
-rw-r--r-- | src/resolve/resolved-dns-query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-query.c b/src/resolve/resolved-dns-query.c index 8bc0607983..d6cb6a4054 100644 --- a/src/resolve/resolved-dns-query.c +++ b/src/resolve/resolved-dns-query.c @@ -496,7 +496,7 @@ int dns_query_new( log_debug("Looking up bypass packet for %s.", dns_resource_key_to_string(key, key_str, sizeof key_str)); } else { - /* First dump UTF8 question */ + /* First dump UTF8 question */ DNS_QUESTION_FOREACH(key, question_utf8) log_debug("Looking up RR for %s.", dns_resource_key_to_string(key, key_str, sizeof key_str)); |