style cleanup: whitespace / commas
This commit is contained in:
@@ -83,15 +83,15 @@ typedef struct ImBuf {
|
||||
int refcounter; /* reference counter for multiple users */
|
||||
} ImBuf;
|
||||
|
||||
LIBIMPORT struct ImBuf *allocImBuf(short,short,uchar,uint);
|
||||
LIBIMPORT struct ImBuf *allocImBuf(short, short, uchar, uint);
|
||||
LIBIMPORT struct ImBuf *dupImBuf(struct ImBuf *);
|
||||
LIBIMPORT void freeImBuf(struct ImBuf*);
|
||||
|
||||
LIBIMPORT short saveiff(struct ImBuf *,char *,int);
|
||||
LIBIMPORT short saveiff(struct ImBuf *, char *, int);
|
||||
|
||||
LIBIMPORT struct ImBuf *loadifffile(int,int);
|
||||
LIBIMPORT struct ImBuf *loadiffname(char *,int);
|
||||
LIBIMPORT struct ImBuf *testiffname(char *,int);
|
||||
LIBIMPORT struct ImBuf *loadifffile(int, int);
|
||||
LIBIMPORT struct ImBuf *loadiffname(char *, int);
|
||||
LIBIMPORT struct ImBuf *testiffname(char *, int);
|
||||
|
||||
LIBIMPORT struct ImBuf *onehalf(struct ImBuf *);
|
||||
LIBIMPORT struct ImBuf *half_x(struct ImBuf *);
|
||||
|
||||
Reference in New Issue
Block a user