btop/src/freebsd
Στέφανος ab7fe62e65 Fix variable initialization to 'auto' for getB()
It does not make sense to return a `const bool&` as we are dealing with
Boolean literals that are `prvalue`s of type bool.

The compiler is smart enough to do the necessary optimizations wherever
is applicable.
2022-10-04 12:56:14 +03:00
..
btop_collect.cpp Fix variable initialization to 'auto' for getB() 2022-10-04 12:56:14 +03:00