projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc76bf0
)
shared/os-util: fix comment style to follow guidelines
author
Luca Boccassi
<luca.boccassi@microsoft.com>
Thu, 16 Jul 2020 08:45:44 +0000
(09:45 +0100)
committer
Luca Boccassi
<luca.boccassi@microsoft.com>
Thu, 16 Jul 2020 08:59:59 +0000
(09:59 +0100)
src/shared/os-util.c
patch
|
blob
|
history
diff --git
a/src/shared/os-util.c
b/src/shared/os-util.c
index 7cca59d58a6b06fe95ba1431338ed4eae30bd563..042e77c8c7f758ec605a7bbf60ac419f7bff5fbd 100644
(file)
--- a/
src/shared/os-util.c
+++ b/
src/shared/os-util.c
@@
-130,7
+130,7
@@
int load_os_release_pairs_with_prefix(const char *root, const char *prefix, char
STRV_FOREACH_PAIR(p, q, os_release_pairs) {
char *line;
- /
/ We strictly return only the four main ID fields and ignore the rest
+ /
* We strictly return only the four main ID fields and ignore the rest */
if (!STR_IN_SET(*p, "ID", "VERSION_ID", "BUILD_ID", "VARIANT_ID"))
continue;