chiark / gitweb /
treewide: correct spacing near eol in code comments
[elogind.git] / src / hostname / hostnamed.c
index 0b38cde1693c843b5b976d1d1c20f43c9755058b..970e8007690982abc503edbfc984c8300595c271 100644 (file)
@@ -276,7 +276,7 @@ static int context_update_kernel_hostname(Context *c) {
         if (hostname_is_useful(static_hn))
                 hn = static_hn;
 
-        /* ... the transient host name, (ie: DHCP) comes next ...*/
+        /* ... the transient host name, (ie: DHCP) comes next ... */
         else if (!isempty(c->data[PROP_HOSTNAME]))
                 hn = c->data[PROP_HOSTNAME];