commit | 4d216978ca12f85432062d010397b1a729ac3fd5 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Apr 11 22:02:12 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 16 16:54:51 2018 +0800 |
tree | 497fe57a7514889ec9e0628ddc16577b91a43873 | |
parent | 4b8fc748c30b002ac921d88431e2e43f8506268e [diff] |
elf: Clean up the ELF header file Fix various style violations in elf.h - use correct comment format if the comment fits in just one line - remove the ending period for the one-line comment - use tab for the indention instead of space - put the opening brace at the same line of a typedef/union - remove <name> in a 'typedef struct' for consistency Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>