Commit ba5e876
committed
style: apply clang-format to sanitize_utf8 (CI lint fix)
Compact multi-condition if-checks that fit within the 100-char column
limit onto single lines, and repack the 4-byte sequence check so three
conditions share the first line (95 chars) with the fourth wrapping to
the continuation, as clang-format-20 requires.
Signed-off-by: piiiico <pico@amdal.dev>1 parent 93e33d7 commit ba5e876
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2872 | 2872 | | |
2873 | 2873 | | |
2874 | 2874 | | |
2875 | | - | |
2876 | | - | |
| 2875 | + | |
2877 | 2876 | | |
2878 | | - | |
2879 | | - | |
| 2877 | + | |
2880 | 2878 | | |
2881 | 2879 | | |
2882 | 2880 | | |
2883 | 2881 | | |
2884 | 2882 | | |
2885 | | - | |
2886 | | - | |
| 2883 | + | |
| 2884 | + | |
2887 | 2885 | | |
2888 | | - | |
2889 | | - | |
| 2886 | + | |
2890 | 2887 | | |
2891 | 2888 | | |
2892 | 2889 | | |
| |||
0 commit comments