diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-12-10 20:00:09 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-11 15:10:03 +0100 |
commit | f7340ab269828d917cd1281e33e6dd4fdfee67b3 (patch) | |
tree | 1341830b863c2af4706fd8c599b9b3f52680c859 /src/hostname/hostnamed.c | |
parent | ee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (diff) |
treewide: correct spacing near eol in code comments
Diffstat (limited to 'src/hostname/hostnamed.c')
-rw-r--r-- | src/hostname/hostnamed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index 0b38cde169..970e800769 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -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]; |