[clang-tidy] remove static in namespace
Found with readability-static-definition-in-anonymous-namespace Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@ static constexpr Domain hybrid_dsd_domain("hybrid_dsd");
|
||||
|
||||
namespace {
|
||||
|
||||
static bool
|
||||
bool
|
||||
InitHybridDsdDecoder(const ConfigBlock &block)
|
||||
{
|
||||
/* this plugin is disabled by default because for people
|
||||
|
Reference in New Issue
Block a user