Cleanup: brace placement /w structs

This commit is contained in:
2015-04-07 11:25:42 +10:00
parent e2eeb46a1b
commit 9510137d12
19 changed files with 33 additions and 66 deletions

View File

@@ -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;

View File

@@ -38,8 +38,7 @@
#include "MEM_guardedalloc.h"
typedef struct TseGroup
{
typedef struct TseGroup {
TreeStoreElem **elems;
int size;
int allocated;