]> sigrok.org Git - libsigrok.git/commit
zeroplus-logic-cube: address minor style nits
authorGerhard Sittig <redacted>
Thu, 28 Sep 2023 19:11:54 +0000 (21:11 +0200)
committerGerhard Sittig <redacted>
Mon, 9 Oct 2023 16:40:05 +0000 (18:40 +0200)
commit076d59b7e62e9cef40f2a9edd63b42c99f442b4f
tree807769250a5dec388099f8477e99063b8f74e9bf
parentfd86380b48f1abff31f523e33c7c12280be1c1f7
zeroplus-logic-cube: address minor style nits

Prefer size types for indices and length specs. Separate function calls
from result inspection from flow control, to improve readability. Trim
text line length in complex expressions. Eliminate redundant data types
in malloc calls. Eliminate else after return. Remove dead code.
src/hardware/zeroplus-logic-cube/api.c
src/hardware/zeroplus-logic-cube/protocol.c
src/hardware/zeroplus-logic-cube/protocol.h