Commit 626802b
committed
fix: clang-format violations in extract_defs.c
Wrap two if-conditions that exceeded the 100-column limit:
- Line 3506: break &&-condition before the parenthesised ObjC/Java
language check so the line stays within 100 cols.
- Lines 5860-5861: split the combined enum_body / enum_body_declarations
comparison onto separate continuation lines to satisfy the limit.
No logic change; formatting only.
Signed-off-by: sahil-mangla <manglasahil2017@gmail.com>1 parent 6ab8a84 commit 626802b
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3503 | 3503 | | |
3504 | 3504 | | |
3505 | 3505 | | |
3506 | | - | |
| 3506 | + | |
| 3507 | + | |
3507 | 3508 | | |
3508 | 3509 | | |
3509 | 3510 | | |
| |||
5858 | 5859 | | |
5859 | 5860 | | |
5860 | 5861 | | |
5861 | | - | |
| 5862 | + | |
| 5863 | + | |
5862 | 5864 | | |
5863 | 5865 | | |
5864 | 5866 | | |
| |||
0 commit comments