Commit 96e70659 authored by Max Kellermann's avatar Max Kellermann

lib/xiph/FlacAudioFormat: remove redundant `inline` keywords from `constexpr` functions

parent f2cacaf6
......@@ -22,7 +22,7 @@
#include "pcm/SampleFormat.hxx"
constexpr inline SampleFormat
constexpr SampleFormat
FlacSampleFormat(unsigned bits_per_sample) noexcept
{
switch (bits_per_sample) {
......
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