From a49a3564b58a8eb36883e944918716eb6fe17c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 17 Dec 2021 16:04:33 +0100 Subject: [PATCH] shared: re-wrap comment --- src/shared/tmpfile-util-label.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/tmpfile-util-label.h b/src/shared/tmpfile-util-label.h index 01afc0658d..4987057f13 100644 --- a/src/shared/tmpfile-util-label.h +++ b/src/shared/tmpfile-util-label.h @@ -3,8 +3,8 @@ #include -/* These functions are split out of tmpfile-util.h (and not for example just flags to the functions they wrap) in order - * to optimize linking: This way, -lselinux is needed only for the callers of these functions that need selinux, but - * not for all */ +/* These functions are split out of tmpfile-util.h (and not for example just flags to the functions they + * wrap) in order to optimize linking: this way, -lselinux is needed only for the callers of these functions + * that need selinux, but not for all. */ int fopen_temporary_label(const char *target, const char *path, FILE **f, char **temp_path);