Make jemalloc.h formatting more consistent.

This commit is contained in:
Jason Evans
2013-12-07 11:53:26 -08:00
parent 748dfac778
commit 9f35a71a81
4 changed files with 66 additions and 63 deletions

View File

@@ -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