[Bf-blender-cvs] [292d03665cd] temp-geometry-nodes-attribute-search: Cleanup

Hans Goudey noreply at git.blender.org
Mon Feb 22 21:39:44 CET 2021


Commit: 292d03665cd99313271ccfae3ae78f78fcc88832
Author: Hans Goudey
Date:   Mon Feb 22 08:40:28 2021 -0600
Branches: temp-geometry-nodes-attribute-search
https://developer.blender.org/rB292d03665cd99313271ccfae3ae78f78fcc88832

Cleanup

===================================================================

M	source/blender/editors/include/UI_interface.h

===================================================================

diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 9ab8ddb7ecf..81641239c6a 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -496,7 +496,6 @@ typedef void (*uiButHandleHoldFunc)(struct bContext *C, struct ARegion *butregio
 typedef int (*uiButCompleteFunc)(struct bContext *C, char *str, void *arg);
 
 /* Search types. */
-
 typedef struct ARegion *(*uiButSearchCreateFn)(struct bContext *C,
                                                struct ARegion *butregion,
                                                struct uiButSearch *search_but);



More information about the Bf-blender-cvs mailing list