diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-10 09:33:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-10 09:33:55 +0100 |
commit | 9fe5106ea92218380ea2a7166417565f79fe680d (patch) | |
tree | d3bd0493322f1d89f0f2b601a6b34bda0c1347de /contrib/gcc-changelog/git_commit.py | |
parent | 1301e18f69ced6a14a7648a24d1eb3addd836b6c (diff) | |
download | gcc-9fe5106ea92218380ea2a7166417565f79fe680d.zip gcc-9fe5106ea92218380ea2a7166417565f79fe680d.tar.gz gcc-9fe5106ea92218380ea2a7166417565f79fe680d.tar.bz2 |
libgcc: Formatting fixes for unwind-dw2-btree.h
Studying unwind-dw2-btree.h was really hard for me because
the formatting is wrong or weird in many ways all around the code
and that kept distracting my attention.
That includes all kinds of things, including wrong indentation, using
{} around single statement substatements, excessive use of ()s around
some parts of expressions which don't increase code clarity, no space
after dot in comments, some comments not starting with capital letters,
some not ending with dot, adding {} around some parts of code without
any obvious reason (and when it isn't done in a similar neighboring
function) or ( at the end of line without any reason.
The following patch fixes the formatting issues I found, no functional
changes.
2025-03-10 Jakub Jelinek <jakub@redhat.com>
* unwind-dw2-btree.h: Formatting fixes.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
0 files changed, 0 insertions, 0 deletions