]> git.mdlowis.com Git - proto/labwc.git/commit
src: prefer 'if' over 'goto' where convenient
authorJohn Lindgren <john@jlindgren.net>
Fri, 4 Jul 2025 04:44:22 +0000 (00:44 -0400)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 21 Jul 2025 14:51:10 +0000 (16:51 +0200)
commitb48c250177bb698e9deb595d438d0a0144994434
tree984cf231471549b5df654cacc251d955c01ef7d5
parent8b7ae52a912a4afadf7382108838f8a4a15e6350
src: prefer 'if' over 'goto' where convenient

'goto' should not be used for normal control flow.

v2 add comment in lieu of goto label
src/input/keyboard.c
src/ssd/ssd-titlebar.c