Cleanup: Clang-tidy, inconsistent parameter name

readability-inconsistent-declaration-parameter-name
This commit is contained in:
Ankit Meel 2020-11-09 21:26:15 +05:30
parent 94b44a5228
commit bd2dda90b6
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ bool BM_mesh_boolean_knife(BMesh *UNUSED(bm),
const int UNUSED(nshapes),
const bool UNUSED(use_self),
const bool UNUSED(use_separate_all),
const bool UNUSED(keep_boolean))
const bool UNUSED(keep_hidden))
{
UNUSED_VARS(looptris, test_fn);
return false;