diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-09-22 22:21:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-09-25 18:49:21 +0200 |
commit | b907b9075e63ad9953ad82ff05ec6b25c3c00fe2 (patch) | |
tree | 4d68f3b1bba48c73156a57fc0e3e66378cb6c417 /src | |
parent | Merge pull request #29301 from poettering/pcr-extend-rename (diff) | |
download | systemd-b907b9075e63ad9953ad82ff05ec6b25c3c00fe2.tar.xz systemd-b907b9075e63ad9953ad82ff05ec6b25c3c00fe2.zip |
alloc-util: remove duplicate empty line
Diffstat (limited to 'src')
-rw-r--r-- | src/basic/alloc-util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/alloc-util.h b/src/basic/alloc-util.h index e909d5de10..156c973e69 100644 --- a/src/basic/alloc-util.h +++ b/src/basic/alloc-util.h @@ -228,7 +228,6 @@ static inline size_t malloc_sizeof_safe(void **xp) { MALLOC_SIZEOF_SAFE(x)/sizeof((x)[0]), \ VOID_0)) - /* These are like strdupa()/strndupa(), but honour ALLOCA_MAX */ #define strdupa_safe(s) \ ({ \ |