clang-tidy: use default
Found with modernize-use-default Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
a2387210bf
commit
46600931e4
@ -29,10 +29,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
AudioOutputSource::AudioOutputSource() noexcept
|
||||
{
|
||||
}
|
||||
|
||||
AudioOutputSource::AudioOutputSource() noexcept = default;
|
||||
AudioOutputSource::~AudioOutputSource() noexcept = default;
|
||||
|
||||
AudioFormat
|
||||
|
Loading…
Reference in New Issue
Block a user