[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-09-12 13:03:02 +00:00
committed by WandererFan
parent a207d11fa4
commit e92ed45df9
435 changed files with 2669 additions and 2645 deletions

View File

@@ -56,4 +56,4 @@ void AppJtReaderExport initJtReader()
}
}// extern "C" {
} // extern "C" {

View File

@@ -34,4 +34,4 @@ unsigned int iterSize(void);
/** clears the internal structure */
void clearData(void);
#endif// __JtReader_h__
#endif // __JtReader_h__

View File

@@ -13,7 +13,7 @@
#ifdef FC_OS_WIN32
#define MeshExport __declspec(dllimport)
#define AppJtReaderExport __declspec(dllexport)
#else// for Linux
#else // for Linux
#define MeshExport
#define AppJtReaderExport
#endif
@@ -26,7 +26,7 @@
#pragma warning(disable : 4251)
#pragma warning(disable : 4503)
#pragma warning(disable : 4275)
#pragma warning(disable : 4786)// specifier longer then 255 chars
#pragma warning(disable : 4786) // specifier longer then 255 chars
#endif
// standard
@@ -51,6 +51,6 @@
// sys
#include <sys/types.h>
#endif//_PreComp_
#endif //_PreComp_
#endif