Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix
No functional changes
This commit is contained in:
@@ -119,7 +119,7 @@ struct TransformOrientation;
|
||||
struct bContext;
|
||||
|
||||
void BIF_clearTransformOrientation(struct bContext *C);
|
||||
void BIF_removeTransformOrientation(struct bContext *C, struct TransformOrientation *ts);
|
||||
void BIF_removeTransformOrientation(struct bContext *C, struct TransformOrientation *target);
|
||||
void BIF_removeTransformOrientationIndex(struct bContext *C, int index);
|
||||
bool BIF_createTransformOrientation(struct bContext *C,
|
||||
struct ReportList *reports,
|
||||
@@ -127,7 +127,7 @@ bool BIF_createTransformOrientation(struct bContext *C,
|
||||
const bool use_view,
|
||||
const bool activate,
|
||||
const bool overwrite);
|
||||
void BIF_selectTransformOrientation(struct bContext *C, struct TransformOrientation *ts);
|
||||
void BIF_selectTransformOrientation(struct bContext *C, struct TransformOrientation *target);
|
||||
|
||||
void ED_getTransformOrientationMatrix(const struct bContext *C,
|
||||
float orientation_mat[3][3],
|
||||
|
||||
Reference in New Issue
Block a user