commit | ac8620c7916458e1e891d7b424b998cb4bb1a14b | [log] [tgz] |
---|---|---|
author | frei tycho <tfrei@baumer.com> | Fri Jun 07 15:53:52 2024 +0000 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Jun 11 20:02:40 2024 +0300 |
tree | 7078da604153d0452e079b90cbeffeafc14e127a | |
parent | 421a6820e45af521c855f4bdcf837c24c161f48b [diff] |
tracing: change controlling expressions in while to Boolean Use `do { ... } while (false)` instead of `do { ... } while (0)`. Signed-off-by: frei tycho <tfrei@baumer.com>