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
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/31402
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I0daebccf819595ee64fb4c9713a4f0ce219c58be
Gerrit-Change-Number: 31402
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: steve-m <steve(a)steve-m.de>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged