[clang-tidy] do not use else after return
Found with readability-else-after-return Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
bd89499e07
commit
042f62dfc5
63 changed files with 372 additions and 300 deletions
|
@ -1074,8 +1074,8 @@ found:
|
|||
uint64_t sz = 0;
|
||||
|
||||
return loopcxt_get_sizelimit(lc, &sz) == 0 && sz == sizelimit;
|
||||
} else
|
||||
return rc;
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue