Commit 46600931 authored by Rosen Penev's avatar Rosen Penev

clang-tidy: use default

Found with modernize-use-default Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
parent a2387210
......@@ -29,10 +29,7 @@
#include <string.h>
AudioOutputSource::AudioOutputSource() noexcept
{
}
AudioOutputSource::AudioOutputSource() noexcept = default;
AudioOutputSource::~AudioOutputSource() noexcept = default;
AudioFormat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment