fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -42,3 +42,4 @@ void callLocalErrorCallBack(char* msg);
int callLocalInterruptCallBack(void);
#endif

View File

@@ -47,3 +47,4 @@ void BLI_setCmdCallBack(int (*f)(char*));
#endif
#endif

View File

@@ -39,3 +39,4 @@
#endif

View File

@@ -38,3 +38,4 @@ void BLI_builddir(char *dirname, char *relname);
int BLI_compare(struct direntry *entry1, struct direntry *entry2);
#endif /* BLI_STORAGE_H */

View File

@@ -45,3 +45,4 @@ struct ListBase;
/* void addlisttolist(struct ListBase *list1, struct ListBase *list2); */
#endif