api.h: format consistently for readibility

This commit is contained in:
Andrej730
2026-09-10 15:11:00 +05:00
parent 148ff02859
commit 8b571913ed
6 changed files with 53 additions and 59 deletions
+3 -4
View File
@@ -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