]> sigrok.org Git - libsigrok.git/commitdiff
rdtech-um: style nits, move assignment out of declaration blocks
authorGerhard Sittig <redacted>
Wed, 15 Mar 2023 16:03:02 +0000 (17:03 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
Move initial assigment, subsequent updates, and checks of resulting
variable content closer to each other. Don't hide code in declaration
blocks. Eliminate redundant assignments that don't take effect, yet
can hide programming errors. Increases awareness during maintenance.


No differences found