osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/31402 )
Change subject: Cosmetic: fix encoding of ui-experiment/font.h ......................................................................
Cosmetic: fix encoding of ui-experiment/font.h
Remove characters 0x80 - 0xff from comments in this source file, as they can't be parsed as UTF-8. This causes struct_endianness.py to error on the file, git and gerrit can't display a proper diff and treat it as binary file, etc.
Related: OS#5884 Change-Id: I0daebccf819595ee64fb4c9713a4f0ce219c58be --- M src/target/ui-experiment/font.h 1 file changed, 15 insertions(+), 0 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/target/ui-experiment/font.h b/src/target/ui-experiment/font.h index 5dc6eae..c75a0f8 100644 --- a/src/target/ui-experiment/font.h +++ b/src/target/ui-experiment/font.h Binary files differ