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

This commit is contained in:
Max Kellermann 2019-03-12 11:53:13 +01:00
parent f2cacaf6b6
commit 96e70659f0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "pcm/SampleFormat.hxx"
constexpr inline SampleFormat
constexpr SampleFormat
FlacSampleFormat(unsigned bits_per_sample) noexcept
{
switch (bits_per_sample) {