Cleanup: brace placement /w structs
This commit is contained in:
@@ -507,8 +507,7 @@ const struct ListBase *BKE_node_clipboard_get_links(void);
|
||||
int BKE_node_clipboard_get_type(void);
|
||||
|
||||
/* Node Instance Hash */
|
||||
typedef struct bNodeInstanceHash
|
||||
{
|
||||
typedef struct bNodeInstanceHash {
|
||||
GHash *ghash; /* XXX should be made a direct member, GHash allocation needs to support it */
|
||||
} bNodeInstanceHash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user