]> sigrok.org Git - libsigrokdecode.git/commit
nit: break a long line in different ways, unobfuscate parameter grouping
authorGerhard Sittig <redacted>
Mon, 10 Oct 2016 16:25:37 +0000 (18:25 +0200)
committerGerhard Sittig <redacted>
Thu, 24 Nov 2022 12:13:58 +0000 (13:13 +0100)
commitd1347eff2dc600ee4bfc122736927e8077d3ecf5
tree8fd603211a51f1566ceb5a3c94d5a3fb1b390e5b
parente303fd42917f4e15a06c9da5912344c8566fffb0
nit: break a long line in different ways, unobfuscate parameter grouping

Break a rather long line for a Python method call at a different
location, to better reflect the parameter groups which organize for the
method to get called, and those which pass parameters to that called
method. This commit also splits the actual action and its check for
successful execution into separate C language statements.
type_decoder.c