Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-09 03:10:37 +0300
committerCampbell Barton <campbell@blender.org>2022-06-09 03:11:25 +0300
commit84906d47dc8ae7e0739865dbcba727f29c0632e9 (patch)
tree44a33bcf2a7491250b4e261b50bf8e359c9fb37d /source/blender/editors/space_image
parent8b8fbffeea21a7f063ee60ab95113e0f14e38555 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/space_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index fa0b7d75a30..ab8143c5bf5 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -317,7 +317,7 @@ static void image_listener(const wmSpaceTypeListenerParams *params)
break;
case ND_MODE:
ED_paint_cursor_start(&params->scene->toolsettings->imapaint.paint,
- ED_image_tools_paint_poll);
+ ED_image_tools_paint_poll);
if (wmn->subtype == NS_EDITMODE_MESH) {
ED_area_tag_refresh(area);