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;
|
||||
|
||||
|
||||
@@ -38,8 +38,7 @@
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
typedef struct TseGroup
|
||||
{
|
||||
typedef struct TseGroup {
|
||||
TreeStoreElem **elems;
|
||||
int size;
|
||||
int allocated;
|
||||
|
||||
Reference in New Issue
Block a user