basic: remove spuriously doubled newline and leftover separator
authorMike Yuan <me@yhndnzj.com>
Tue, 5 Mar 2024 19:29:12 +0000 (03:29 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 5 Mar 2024 19:29:12 +0000 (03:29 +0800)
Follow-up for 3fc72d54132151c131301fc7954e0b44cdd3c860

src/basic/compress.h
src/basic/meson.build

index 76ffe2ad4286ccd4dd07d5333f92eee98f0bcc43..d15c189f852ad0aeaacc92c0c3d61773e264b14b 100644 (file)
@@ -87,7 +87,6 @@ int dlopen_zstd(void);
 int dlopen_lzma(void);
 #endif
 
-
 static inline int compress_blob(
                 Compression compression,
                 const void *src, uint64_t src_size,
index 9cde549bc54d3c347ead45e31889bbd4840fc6bf..b592b62658df03af913f47fac0d8018e9160aa11 100644 (file)
@@ -302,5 +302,3 @@ libbasic_gcrypt = static_library(
                         userspace],
         c_args : ['-fvisibility=default'],
         build_by_default : false)
-
-############################################################