]> git.sur5r.net Git - i3/i3/commit
Fix redundant return statements
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 26 Apr 2018 20:58:42 +0000 (23:58 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 26 Apr 2018 21:09:42 +0000 (00:09 +0300)
commitaca7790217f6bac58e4588a5b80fcd41de781c8e
treebb6dda47ded8bdf180ad1ad37b74d9ece2cc0fee
parent55dd5b8d8406c45b8ba406eabe453bc8596c1336
Fix redundant return statements

… at the end of a function with a void return type.

Found using clang-tidy's readability-redundant-control-flow.
i3-config-wizard/main.c
i3bar/src/xcb.c
src/handlers.c
src/manage.c