]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shared: re-wrap comment
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 17 Dec 2021 15:04:33 +0000 (16:04 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Dec 2021 12:49:12 +0000 (13:49 +0100)
src/shared/tmpfile-util-label.h

index 01afc0658d2fb97a9a8732caaeb1125d31a610aa..4987057f1330bfc0c25132c8a6bc48a1f0ae3af9 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <stdio.h>
 
-/* 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);