[clang-tidy] Concatenate nested namespaces (2/7: components d-h) (#16295)

This commit is contained in:
Jonathan Swoboda
2026-05-07 16:49:55 -04:00
committed by GitHub
parent 06bd92c388
commit 4e4e4b4411
308 changed files with 632 additions and 1242 deletions
@@ -5,8 +5,7 @@
#include "esphome/core/application.h"
#include "esphome/core/log.h"
namespace esphome {
namespace display {
namespace esphome::display {
static const char *const TAG = "display";
@@ -68,5 +67,4 @@ void HOT DisplayBuffer::draw_pixel_at(int x, int y, Color color) {
App.feed_wdt();
}
} // namespace display
} // namespace esphome
} // namespace esphome::display