Attention is currently required from: fixeria. wbokslag has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-tetra/+/29407 )
Change subject: Reformatting to prevent linter warnings ......................................................................
Patch Set 2:
(6 comments)
Patchset:
PS2: Apologies, tab size issue
File src/tetra_cmce_pdu.c:
https://gerrit.osmocom.org/c/osmo-tetra/+/29407/comment/10796b3c_9ccb4eed PS1, Line 27: { TCMCE_PDU_T_D_ALERT, "D-ALERT" },
You're breaking alignment here.
Done
File src/tetra_mac_pdu.c:
https://gerrit.osmocom.org/c/osmo-tetra/+/29407/comment/0fde569d_3a0789e9 PS1, Line 97: cad->type = bits_to_uint(cur, 2); cur += 2;
You're breaking alignment here.
Done
https://gerrit.osmocom.org/c/osmo-tetra/+/29407/comment/45022659_7bfc24ef PS1, Line 387: { ADDR_TYPE_NULL, "Null PDU" },
You're breaking alignment here.
Done
File src/tetra_mm_pdu.h:
https://gerrit.osmocom.org/c/osmo-tetra/+/29407/comment/66a8a742_b692147d PS1, Line 6: TMM_PDU_T_D_OTAR = 0x0,
You're breaking alignment here.
Done
File src/tetra_mm_pdu.c:
https://gerrit.osmocom.org/c/osmo-tetra/+/29407/comment/48cca2e5_d00f3de6 PS1, Line 27: { TMM_PDU_T_D_OTAR, "D-OTAR" },
You're breaking alignment here.
Done