Cleanup: brace placement /w structs

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

View File

@@ -122,8 +122,7 @@ enum {
};
/* controls state of render, everything that's read-only during render stage */
struct Render
{
struct Render {
struct Render *next, *prev;
char name[RE_MAXNAME];
int slot;