From: Zbigniew Jędrzejewski-Szmek Date: Fri, 17 Dec 2021 15:04:33 +0000 (+0100) Subject: shared: re-wrap comment X-Git-Tag: v250~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49a3564b58a8eb36883e944918716eb6fe17c81;p=thirdparty%2Fsystemd.git shared: re-wrap comment --- diff --git a/src/shared/tmpfile-util-label.h b/src/shared/tmpfile-util-label.h index 01afc0658d2..4987057f133 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);