mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 14:30:23 +00:00
[clang-tidy] Concatenate nested namespaces (1/7: components a-c) (#16294)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user