]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: drop doubled white space
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 20 Mar 2021 18:21:36 +0000 (03:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 23 Mar 2021 12:30:23 +0000 (21:30 +0900)
src/resolve/resolved-dns-query.c

index 8bc06079830937a3fabd8d0d2c8eeea118f57cb5..d6cb6a4054217e9c787edc056b3bf898dbe8346a 100644 (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));