From 2fb9c8ef125f975596b6ef9c8f021403f8279bdf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 21 Apr 2019 04:40:16 +1000 Subject: Cleanup: add missing macros to clang-format --- source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c') diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c index db6b24376ca..f21baa21006 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c @@ -810,8 +810,7 @@ static bool wm_gizmomap_select_all_intern(bContext *C, wmGizmoMap *gzmap) wm_gizmomap_select_array_ensure_len_alloc(gzmap, BLI_ghash_len(hash)); - GHASH_ITER_INDEX(gh_iter, hash, i) - { + GHASH_ITER_INDEX (gh_iter, hash, i) { wmGizmo *gz_iter = BLI_ghashIterator_getValue(&gh_iter); WM_gizmo_select_set(gzmap, gz_iter, true); } -- cgit v1.2.3