fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -69,3 +69,4 @@
|
||||
* The plugins wraps functions from IMB and BLI. In addition, they
|
||||
* define some useful variables.
|
||||
* */
|
||||
|
||||
|
@@ -183,3 +183,4 @@ extern void rectop(struct ImBuf *dbuf,
|
||||
int value);
|
||||
|
||||
#endif /* IFF_H */
|
||||
|
||||
|
@@ -91,3 +91,4 @@ extern float turbulence(float noisesize, float x, float y, float z, int depth);
|
||||
extern float turbulence1(float noisesize, float x, float y, float z, int depth);
|
||||
|
||||
#endif /* PLUGIN_H */
|
||||
|
||||
|
@@ -92,3 +92,4 @@ extern void *callocN(int len, char *str);
|
||||
extern short freeN(void *vmemh);
|
||||
|
||||
#endif /* UTIL_H */
|
||||
|
||||
|
Reference in New Issue
Block a user