summaryrefslogtreecommitdiffstats
path: root/src/test/test-fs-util.c
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/test/test-fs-util.c
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/test/test-fs-util.c')
-rw-r--r--src/test/test-fs-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-fs-util.c b/src/test/test-fs-util.c
index 63bb830370..a0f91c35d1 100644
--- a/src/test/test-fs-util.c
+++ b/src/test/test-fs-util.c
@@ -827,7 +827,7 @@ static void test_path_is_encrypted(void) {
int booted = sd_booted(); /* If this is run in build environments such as koji, /dev might be a
* reguar fs. Don't assume too much if not running under systemd. */
- log_info("/* %s (sd_booted=%d)*/", __func__, booted);
+ log_info("/* %s (sd_booted=%d) */", __func__, booted);
test_path_is_encrypted_one("/home", -1);
test_path_is_encrypted_one("/var", -1);