mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Make jemalloc.h formatting more consistent.
This commit is contained in:
@@ -13,7 +13,10 @@ EOF
|
||||
|
||||
for hdr in jemalloc_defs.h jemalloc_macros.h jemalloc_protos.h \
|
||||
jemalloc_mangle.h ; do
|
||||
cat "${objroot}include/jemalloc/${hdr}" | grep -v 'Generated from .* by configure\.'
|
||||
cat "${objroot}include/jemalloc/${hdr}" \
|
||||
| grep -v 'Generated from .* by configure\.' \
|
||||
| sed -e 's/^#define /#define /g' \
|
||||
| sed -e 's/ $//g'
|
||||
echo
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user