Updated the indent, sorry!

This commit is contained in:
Jeroen Bakker
2011-07-04 19:22:37 +00:00
parent e814f2c71d
commit 830fe8af84
13 changed files with 74 additions and 77 deletions

View File

@@ -87,9 +87,9 @@ typedef struct bNodeType {
void (*execfunc)(void *data, struct bNode *, struct bNodeStack **, struct bNodeStack **);
/* this line is set on startup of blender */
void (*uifunc)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
void (*uifuncbut)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
const char *(*labelfunc)(struct bNode *);
void (*uifunc)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
void (*uifuncbut)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
const char *(*labelfunc)(struct bNode *);
void (*initfunc)(struct bNode *);
void (*freestoragefunc)(struct bNode *);