]> git.meshlink.io Git - meshlink/blobdiff - src/ed25519/ed25519.h
Update astylerc and reformat the code.
[meshlink] / src / ed25519 / ed25519.h
index bb34f893a9bfd90027a8e295c95406efb93cbbaf..0e6e57c68b65017b5e4ea0de3e76d57f27f4bc51 100644 (file)
@@ -4,15 +4,15 @@
 #include <stddef.h>
 
 #if defined(_WIN32)
-    #if defined(ED25519_BUILD_DLL)
-        #define ED25519_DECLSPEC __declspec(dllexport)
-    #elif defined(ED25519_DLL)
-        #define ED25519_DECLSPEC __declspec(dllimport)
-    #else
-        #define ED25519_DECLSPEC
-    #endif
+#if defined(ED25519_BUILD_DLL)
+#define ED25519_DECLSPEC __declspec(dllexport)
+#elif defined(ED25519_DLL)
+#define ED25519_DECLSPEC __declspec(dllimport)
 #else
-    #define ED25519_DECLSPEC
+#define ED25519_DECLSPEC
+#endif
+#else
+#define ED25519_DECLSPEC
 #endif