Whitespace cleanup in Java and C++ bindings#458)
This commit is contained in:
parent
3e782f2494
commit
a563f2d39d
43 changed files with 2918 additions and 2950 deletions
|
|
@ -133,5 +133,3 @@ int main(int, char *[])
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,4 +42,3 @@ namespace portaudio
|
|||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_BLOCKINGSTREAM_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -46,4 +46,3 @@ namespace portaudio
|
|||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_MEMFUNCALLBACKSTREAM_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -88,4 +88,3 @@ namespace portaudio
|
|||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_DEVICE_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -105,4 +105,3 @@ namespace portaudio
|
|||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_EXCEPTION_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -73,4 +73,3 @@ namespace portaudio
|
|||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_HOSTAPI_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -79,4 +79,3 @@ namespace portaudio
|
|||
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_STREAM_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -104,4 +104,3 @@ namespace portaudio
|
|||
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_SYSTEM_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -63,4 +63,3 @@ namespace portaudio
|
|||
// ---------------------------------------------------------------------------------------
|
||||
|
||||
#endif // INCLUDED_PORTAUDIO_SYSTEMDEVICEITERATOR_HXX
|
||||
|
||||
|
|
|
|||
|
|
@ -79,5 +79,3 @@ namespace portaudio
|
|||
return channelName;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,3 @@ namespace portaudio
|
|||
// --------------------------------------------------------------------------------------
|
||||
|
||||
} // portaudio
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -21,5 +21,3 @@ namespace portaudio
|
|||
} // namespace impl
|
||||
|
||||
} // namespace portaudio
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -164,5 +164,3 @@ namespace portaudio
|
|||
// -------------------------------------------------------------------------------
|
||||
|
||||
} // namespace portaudio
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -119,5 +119,3 @@ namespace portaudio
|
|||
// -----------------------------------------------------------------------------------
|
||||
|
||||
} // namespace portaudio
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#include "portaudiocpp/MemFunCallbackStream.hxx"
|
||||
|
||||
// (... template class ...)
|
||||
|
||||
|
|
|
|||
|
|
@ -158,8 +158,3 @@ namespace portaudio
|
|||
|
||||
// -----------------------------------------------------------------------------------
|
||||
} // namespace portaudio
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -305,4 +305,3 @@ namespace portaudio
|
|||
// -----------------------------------------------------------------------------------
|
||||
|
||||
} // namespace portaudio
|
||||
|
||||
|
|
|
|||
|
|
@ -56,5 +56,3 @@ namespace portaudio
|
|||
|
||||
// -----------------------------------------------------------------------------------
|
||||
} // namespace portaudio
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -56,4 +56,3 @@ namespace portaudio
|
|||
|
||||
// -----------------------------------------------------------------------------------
|
||||
} // namespace portaudio
|
||||
|
||||
|
|
|
|||
|
|
@ -349,4 +349,3 @@ JNIEXPORT void JNICALL Java_com_portaudio_BlockingStream_getInfo
|
|||
jpa_SetDoubleField( env, cls, streamInfo, "sampleRate", info->sampleRate );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue