Conforming to pointer declaration style.

This commit is contained in:
Michael Tryby
2018-02-02 10:52:32 -05:00
parent 38292ad849
commit ddd08e3d5f
3 changed files with 102 additions and 102 deletions

View File

@@ -11,6 +11,6 @@
// this single global variable is used only when the library is called in "legacy mode"
// with the 2.1-style API.
EXTERN void* _defaultModel;
EXTERN void *_defaultModel;
#endif