summaryrefslogtreecommitdiffstats
path: root/src/journal
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 07:09:29 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 07:09:29 +0200
commit7802194ac0286c75e39f74a1624764eb2aa0fd7a (patch)
treea735c8ceb30419e39d9e36420cecde5f45e7187b /src/journal
parentMerge pull request #19913 from yuwata/network-fix-counter (diff)
downloadsystemd-7802194ac0286c75e39f74a1624764eb2aa0fd7a.tar.xz
systemd-7802194ac0286c75e39f74a1624764eb2aa0fd7a.zip
tree-wide: add missing whitespace at the end of comments
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/journald-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
index 2907e26b77..30f04f5383 100644
--- a/src/journal/journald-server.c
+++ b/src/journal/journald-server.c
@@ -242,7 +242,7 @@ void server_space_usage_message(Server *s, JournalStorage *storage) {
static bool uid_for_system_journal(uid_t uid) {
- /* Returns true if the specified UID shall get its data stored in the system journal*/
+ /* Returns true if the specified UID shall get its data stored in the system journal. */
return uid_is_system(uid) || uid_is_dynamic(uid) || uid == UID_NOBODY;
}