mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 12:48:02 +00:00
api.h: format consistently for readibility
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
#else
|
||||
#define SERIALIZERS_API __declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
#else // *nix + GCC-like compiler
|
||||
#define SERIALIZERS_API __attribute__((visibility("default")))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif // SWIG
|
||||
#endif // IFC_SERIALIZERS_API_H
|
||||
|
||||
Reference in New Issue
Block a user