Clang-Tidy: enable readability-named-parameter

This commit is contained in:
2020-07-03 17:07:01 +02:00
parent fac2e63bc0
commit 4a5389816b
11 changed files with 38 additions and 23 deletions

View File

@@ -56,7 +56,7 @@
#endif
/* local prototypes --------------------- */
void BLO_blendhandle_print_sizes(BlendHandle *, void *);
void BLO_blendhandle_print_sizes(BlendHandle *bh, void *fp);
/* Access routines used by filesel. */