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>2020-06-01 08:04:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-01 08:04:30 +0300
commit81c33f0ba7952555714245ba6cfecf6d9f85839a (patch)
treec3052391e9843dbe8c2e0b8ea0d7be81e4f90717 /source/blender/windowmanager
parentc71be9a552359855e90abbe89c65df0eec6755bb (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_cursors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_cursors.c b/source/blender/windowmanager/intern/wm_cursors.c
index 07d7ccf31db..2af68956923 100644
--- a/source/blender/windowmanager/intern/wm_cursors.c
+++ b/source/blender/windowmanager/intern/wm_cursors.c
@@ -150,7 +150,7 @@ void WM_cursor_set(wmWindow *win, int curs)
}
if (win->cursor == curs) {
- return; /* Cursor is already set */
+ return; /* Cursor is already set */
}
win->cursor = curs;