]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/btrfs-util: simplify return conditions 32972/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 May 2024 07:08:48 +0000 (09:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 May 2024 11:55:45 +0000 (13:55 +0200)
commitab0137b44a4b0cf738381ef2109099dfd2f991a3
tree88201adb322493d6eee0d63b6e7bd53a7348a3ef
parentcbd8fc859afc2e7cbc7850e2c062f8778cc93be2
shared/btrfs-util: simplify return conditions

Coverity has trouble undertanding this function, so let's get rid of the
redundant return branch to simplify the code.
src/shared/btrfs-util.c