commit | df635df2e0f2d7a54401377bbc59e98ec2fa8753 | [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 | 45519924a09d7818c30042b1ccd0b7526ef5e26d [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>