style edit only - move parenthesis onto second line of function definition (in keeping with most of blenders code)

also split some long lines in own code.
This commit is contained in:
2011-12-17 00:52:36 +00:00
parent 9276fb479e
commit ad96dacbc5
32 changed files with 471 additions and 233 deletions

View File

@@ -150,7 +150,7 @@ typedef struct GHashPair {
GHashPair* BLI_ghashutil_pairalloc (const void *first, int second);
unsigned int BLI_ghashutil_pairhash (const void *ptr);
int BLI_ghashutil_paircmp (const void *a, const void *b);
void BLI_ghashutil_pairfree (const void *ptr);
void BLI_ghashutil_pairfree (void *ptr);
#ifdef __cplusplus
}