Whitespace cleanup in Java and C++ bindings#458)

This commit is contained in:
MichalPetryka 2021-04-29 02:23:52 +02:00 committed by GitHub
commit a563f2d39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 2918 additions and 2950 deletions

View file

@ -133,5 +133,3 @@ int main(int, char *[])
return 0;
}

View file

@ -42,4 +42,3 @@ namespace portaudio
// ---------------------------------------------------------------------------------------
#endif // INCLUDED_PORTAUDIO_BLOCKINGSTREAM_HXX

View file

@ -46,4 +46,3 @@ namespace portaudio
// ---------------------------------------------------------------------------------------
#endif // INCLUDED_PORTAUDIO_MEMFUNCALLBACKSTREAM_HXX

View file

@ -88,4 +88,3 @@ namespace portaudio
// ---------------------------------------------------------------------------------------
#endif // INCLUDED_PORTAUDIO_DEVICE_HXX

View file

@ -105,4 +105,3 @@ namespace portaudio
// ---------------------------------------------------------------------------------------
#endif // INCLUDED_PORTAUDIO_EXCEPTION_HXX

View file

@ -73,4 +73,3 @@ namespace portaudio
// ---------------------------------------------------------------------------------------
#endif // INCLUDED_PORTAUDIO_HOSTAPI_HXX

View file

@ -79,4 +79,3 @@ namespace portaudio
#endif // INCLUDED_PORTAUDIO_STREAM_HXX

View file

@ -104,4 +104,3 @@ namespace portaudio
#endif // INCLUDED_PORTAUDIO_SYSTEM_HXX

View file

@ -63,4 +63,3 @@ namespace portaudio
// ---------------------------------------------------------------------------------------
#endif // INCLUDED_PORTAUDIO_SYSTEMDEVICEITERATOR_HXX

View file

@ -79,5 +79,3 @@ namespace portaudio
return channelName;
}
}

View file

@ -95,6 +95,3 @@ namespace portaudio
// --------------------------------------------------------------------------------------
} // portaudio

View file

@ -21,5 +21,3 @@ namespace portaudio
} // namespace impl
} // namespace portaudio

View file

@ -164,5 +164,3 @@ namespace portaudio
// -------------------------------------------------------------------------------
} // namespace portaudio

View file

@ -119,5 +119,3 @@ namespace portaudio
// -----------------------------------------------------------------------------------
} // namespace portaudio

View file

@ -1,4 +1,3 @@
#include "portaudiocpp/MemFunCallbackStream.hxx"
// (... template class ...)

View file

@ -158,8 +158,3 @@ namespace portaudio
// -----------------------------------------------------------------------------------
} // namespace portaudio

View file

@ -305,4 +305,3 @@ namespace portaudio
// -----------------------------------------------------------------------------------
} // namespace portaudio

View file

@ -56,5 +56,3 @@ namespace portaudio
// -----------------------------------------------------------------------------------
} // namespace portaudio

View file

@ -56,4 +56,3 @@ namespace portaudio
// -----------------------------------------------------------------------------------
} // namespace portaudio

View file

@ -349,4 +349,3 @@ JNIEXPORT void JNICALL Java_com_portaudio_BlockingStream_getInfo
jpa_SetDoubleField( env, cls, streamInfo, "sampleRate", info->sampleRate );
}
}