globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / backends / wavesaudio / wavesapi / WavesPublicAPI / 1.0 / WavesPublicAPI_Defines.h
index cb9f9c538c1719be8c6d2cde45eeadccbdb3faff..24bfb10573fbcc6b29b934c7a14feb8db5206843 100644 (file)
@@ -30,9 +30,9 @@
         #define WPAPI_DllExport __attribute__ ((visibility("default")))
         #define __WPAPI_CDECL
         #define __WPAPI_STDCALL
-    
+
     #else
-    
+
         #define WPAPI_DllExport __declspec(export)
         #define __WPAPI_CDECL
         #define __WPAPI_STDCALL
@@ -46,7 +46,7 @@
     #define WPAPI_DllExport __declspec(dllexport)
        #define __WPAPI_CDECL __cdecl
        #define __WPAPI_STDCALL __stdcall
-#endif 
+#endif
 
 #ifdef __linux__