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

@@ -47,8 +47,7 @@
#include "../generic/python_utildefines.h"
typedef struct
{
typedef struct {
PyObject_HEAD
/* The string used to separate context from actual message in PY_TRANSLATE RNA props. */
const char *context_separator;