Skip to content

CODING_STYLE: update with a better description for variable assignments

Peter Hutterer requested to merge whot/libinput:wip/coding-style-updates into main

Loop variables shouldn't be re-used.

Avoid uninitialized variables

Sort variables to make function calls more obvious

Prompted by !775 (comment 1435990)

Merge request reports