projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
191b891
)
tmpfile-util: drop spurious double newline
author
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Jun 2023 15:49:36 +0000
(17:49 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Jun 2023 16:29:22 +0000
(18:29 +0200)
src/basic/tmpfile-util.h
patch
|
blob
|
history
diff --git
a/src/basic/tmpfile-util.h
b/src/basic/tmpfile-util.h
index 50904ecac104c94a400a10cc39ebe1b1f9208963..8c917c0680538ccabbda69fb0c15e6e63a260a76 100644
(file)
--- a/
src/basic/tmpfile-util.h
+++ b/
src/basic/tmpfile-util.h
@@
-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,