tmpfile-util: drop spurious double newline

This commit is contained in:
Lennart Poettering
2023-06-23 17:49:36 +02:00
parent 191b891bf1
commit d19a5facbd

View File

@@ -29,7 +29,6 @@ static inline int open_tmpfile_linkable(const char *target, int flags, char **re
}
int fopen_tmpfile_linkable(const char *target, int flags, char **ret_path, FILE **ret_file);
typedef enum LinkTmpfileFlags {
LINK_TMPFILE_REPLACE = 1 << 0,
LINK_TMPFILE_SYNC = 1 << 1,