style cleanup

This commit is contained in:
Campbell Barton
2012-06-06 22:38:39 +00:00
parent 379c4ae4d8
commit d5032657ed
59 changed files with 130 additions and 189 deletions

View File

@@ -56,8 +56,7 @@ typedef unsigned long long GHOST_TUns64;
typedef void *GHOST_TUserDataPtr;
typedef enum
{
typedef enum {
GHOST_kFailure = 0,
GHOST_kSuccess
} GHOST_TSuccess;