mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
970885edc3
Add an explicit else clause so a following else branch for a prior if condition does not get mixed up. Also force a trailing semicolon and thereby silence current -Wextra-semi-stmt warnings. Improve readability of the hwloc_bitmap_foreach_begin loop macro.