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 <ideasman42@gmail.com>2018-05-08 11:57:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-08 11:58:04 +0300
commit86b9311926a580143da7cf69581942b6920dfd1a (patch)
treefa730558027da4ef64e4315a0e1820a1eb8cf795 /source/blender/windowmanager/intern/wm_toolsystem.c
parent77cc265f187299f2538d7c6843aca01257bcae9e (diff)
Cleanup: quiet warning, whitespace
Diffstat (limited to 'source/blender/windowmanager/intern/wm_toolsystem.c')
-rw-r--r--source/blender/windowmanager/intern/wm_toolsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_toolsystem.c b/source/blender/windowmanager/intern/wm_toolsystem.c
index 04542717b24..c351d0fd849 100644
--- a/source/blender/windowmanager/intern/wm_toolsystem.c
+++ b/source/blender/windowmanager/intern/wm_toolsystem.c
@@ -167,7 +167,7 @@ bool WM_toolsystem_active_tool_is_brush(const bContext *C)
/* Follow wmMsgNotifyFn spec */
void WM_toolsystem_do_msg_notify_tag_refresh(
- bContext *C, wmMsgSubscribeKey *UNUSED(msg_key), wmMsgSubscribeValue *msg_val)
+ bContext *C, wmMsgSubscribeKey *UNUSED(msg_key), wmMsgSubscribeValue *UNUSED(msg_val))
{
WorkSpace *workspace = CTX_wm_workspace(C);
WM_toolsystem_refresh(C, workspace);