From 4dc63966f0872efe768dad61eb9b8785d06b92d1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Oct 2015 14:51:05 -0400 Subject: globally remove all trailing whitespace from ardour code base. Paul Davis was responsible for introducing almost all of this. --- libs/backends/wavesaudio/wavesapi/BasicTypes/WUComPtr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/backends/wavesaudio/wavesapi/BasicTypes/WUComPtr.h') diff --git a/libs/backends/wavesaudio/wavesapi/BasicTypes/WUComPtr.h b/libs/backends/wavesaudio/wavesapi/BasicTypes/WUComPtr.h index 90d42964f9..b66f720a34 100644 --- a/libs/backends/wavesaudio/wavesapi/BasicTypes/WUComPtr.h +++ b/libs/backends/wavesaudio/wavesapi/BasicTypes/WUComPtr.h @@ -26,7 +26,7 @@ #include "WavesPublicAPI/wstdint.h" -typedef int32_t wvComPtr[2]; +typedef int32_t wvComPtr[2]; // ConvertDPtr has the exact format of a vfp callback function, but it is a local function, native only. // It converts a pointer in either 32 bits or 64 bits to a place-holder of 64 bits in coefs/states/external memory. @@ -102,7 +102,7 @@ inline uint32_t ComPtr_to_DSP( const intptr_t PtrToConvert, char* pDataStruct ) ////////////////////////////////////////////////////////////////////////// inline uint32_t DSP_to_ComPtr( const char* pDataStruct, intptr_t *ThePtr) // pDataStruct is pointing to wvComPtr in the Coefs/States -// the function reconstruct the pointer into ThePtr +// the function reconstruct the pointer into ThePtr { *ThePtr = UnpackComPtr(*(reinterpret_cast(pDataStruct))); -- cgit v1.2.3