1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-14 19:24:13 +03:00

resolve: drop doubled white space

This commit is contained in:
Yu Watanabe 2021-03-21 03:21:36 +09:00
parent 8e95506a22
commit 160f3145db

View File

@ -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));