commit | 5ea33af9d430cd1dbfada1b839e0d317ed77bfac | [log] [tgz] |
---|---|---|
author | Christian Göttsche <cgzones@googlemail.com> | Thu Feb 17 15:21:29 2022 +0100 |
committer | Paul Moore <paul@paul-moore.com> | Fri Feb 18 10:42:12 2022 -0500 |
tree | 63fb0d597bc11506bfaa5c00a1593ba5ca04bad2 | |
parent | 3eb8eaf2ca3e98d4f6e52bed6148ee8fe3069a3d [diff] |
selinux: drop return statement at end of void functions Those return statements at the end of a void function are redundant. Reported by clang-tidy [readability-redundant-control-flow] Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>