[clang-tidy] Concatenate nested namespaces (1/7: components a-c) (#16294)

This commit is contained in:
Jonathan Swoboda
2026-05-07 14:21:39 -04:00
committed by GitHub
parent 71193e2b2c
commit 06bd92c388
259 changed files with 520 additions and 1037 deletions
@@ -6,8 +6,7 @@
#include "esphome/core/helpers.h"
namespace esphome {
namespace audio {
namespace esphome::audio {
AudioTransferBuffer::~AudioTransferBuffer() { this->deallocate_buffer_(); };
@@ -208,7 +207,6 @@ void ConstAudioSourceBuffer::consume(size_t bytes) {
this->data_start_ += bytes;
}
} // namespace audio
} // namespace esphome
} // namespace esphome::audio
#endif