Cleanup: clang-format

This commit is contained in:
Campbell Barton 2021-05-25 18:25:44 +10:00
parent 0606a37e1a
commit 8c7766dc03
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ void eyedropper_draw_cursor_text_region(const struct bContext *C,
}
const int mval[2] = {
x - region->winrct.xmin,
y - region->winrct.ymin,
x - region->winrct.xmin,
y - region->winrct.ymin,
};
eyedropper_draw_cursor_text_ex(mval[0], mval[1], name);