Skip to content

Commit 846d85c

Browse files
committed
integritysetup: remove superfluous return line
1 parent 2dfab55 commit 846d85c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/integritysetup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ static int action_status(void)
522522
if (r == -ENOTSUP)
523523
r = 0;
524524
return r;
525-
return -EINVAL;
526525
}
527526

528527
static int action_dump(void)

0 commit comments

Comments
 (0)