From f7340ab269828d917cd1281e33e6dd4fdfee67b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Torstein=20Huseb=C3=B8?= Date: Wed, 10 Dec 2014 20:00:09 +0100 Subject: [PATCH 1/1] treewide: correct spacing near eol in code comments --- src/hostname/hostnamed.c | 2 +- src/libsystemd-terminal/term-internal.h | 2 +- src/libsystemd/sd-id128/sd-id128.c | 2 +- src/login/logind-dbus.c | 2 +- src/systemctl/systemctl.c | 2 +- src/systemd/sd-login.h | 2 +- src/test/test-strbuf.c | 2 +- src/udev/udev-builtin-net_id.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index 0b38cde16..970e80076 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]; diff --git a/src/libsystemd-terminal/term-internal.h b/src/libsystemd-terminal/term-internal.h index 53713dd64..8c6a00188 100644 --- a/src/libsystemd-terminal/term-internal.h +++ b/src/libsystemd-terminal/term-internal.h @@ -472,7 +472,7 @@ enum { TERM_CMD_VPR, /* vertical-line-position-relative */ TERM_CMD_VT, /* vertical-tab */ TERM_CMD_XTERM_CLLHP, /* xterm-cursor-lower-left-hp-bugfix */ - TERM_CMD_XTERM_IHMT, /* xterm-initiate-highlight-mouse-tracking*/ + TERM_CMD_XTERM_IHMT, /* xterm-initiate-highlight-mouse-tracking */ TERM_CMD_XTERM_MLHP, /* xterm-memory-lock-hp-bugfix */ TERM_CMD_XTERM_MUHP, /* xterm-memory-unlock-hp-bugfix */ TERM_CMD_XTERM_RPM, /* xterm-restore-private-mode */ diff --git a/src/libsystemd/sd-id128/sd-id128.c b/src/libsystemd/sd-id128/sd-id128.c index 233ffa070..c876f6e38 100644 --- a/src/libsystemd/sd-id128/sd-id128.c +++ b/src/libsystemd/sd-id128/sd-id128.c @@ -222,7 +222,7 @@ _public_ int sd_id128_randomize(sd_id128_t *ret) { /* Turn this into a valid v4 UUID, to be nice. Note that we * only guarantee this for newly generated UUIDs, not for - * pre-existing ones.*/ + * pre-existing ones. */ *ret = make_v4_uuid(t); return 0; diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index 48395f6f9..8ea653f70 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -727,7 +727,7 @@ static int method_create_session(sd_bus *bus, sd_bus_message *message, void *use /* Now, let's wait until the slice unit and stuff got * created. We send the reply back from - * session_send_create_reply().*/ + * session_send_create_reply(). */ return 1; diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index b1441ad86..2ceb303f1 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -752,7 +752,7 @@ struct socket_info { /* Note: triggered is a list here, although it almost certainly * will always be one unit. Nevertheless, dbus API allows for multiple - * values, so let's follow that.*/ + * values, so let's follow that. */ char** triggered; /* The strv above is shared. free is set only in the first one. */ diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h index 64b882724..24c859506 100644 --- a/src/systemd/sd-login.h +++ b/src/systemd/sd-login.h @@ -119,7 +119,7 @@ int sd_uid_get_sessions(uid_t uid, int require_active, char ***sessions); /* Return seats of user is on. If require_active is true, this will look for * active seats only. Returns the number of seats. - * If seats is NULL, this will just return the number of seats.*/ + * If seats is NULL, this will just return the number of seats. */ int sd_uid_get_seats(uid_t uid, int require_active, char ***seats); /* Return 1 if the session is active. */ diff --git a/src/test/test-strbuf.c b/src/test/test-strbuf.c index 43cb92b74..4ec648ae6 100644 --- a/src/test/test-strbuf.c +++ b/src/test/test-strbuf.c @@ -48,7 +48,7 @@ static void test_strbuf(void) { /* check the content of the buffer directly */ l = strv_parse_nulstr(sb->buf, sb->len); - assert_se(streq(l[0], "")); /* root*/ + assert_se(streq(l[0], "")); /* root */ assert_se(streq(l[1], "waldo")); assert_se(streq(l[2], "foo")); assert_se(streq(l[3], "bar")); diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c index 3e2c8f8a6..95e54520b 100644 --- a/src/udev/udev-builtin-net_id.c +++ b/src/udev/udev-builtin-net_id.c @@ -307,7 +307,7 @@ static int names_usb(struct udev_device *dev, struct netnames *names) { s[0] = '\0'; interf = s+1; - /* prefix every port number in the chain with "u"*/ + /* prefix every port number in the chain with "u" */ s = ports; while ((s = strchr(s, '.'))) s[0] = 'u'; -- 2.30.2