mirror of
https://github.com/esphome/esphome.git
synced 2024-12-25 06:54:52 +01:00
openthread: apply clang-format suggestions
This commit is contained in:
parent
06b10bfd90
commit
50ffe4b946
4 changed files with 2 additions and 9 deletions
|
@ -126,10 +126,7 @@ void MDNSComponent::dump_config() {
|
|||
}
|
||||
}
|
||||
|
||||
std::vector<MDNSService> MDNSComponent::get_services() {
|
||||
return this->services_;
|
||||
}
|
||||
|
||||
std::vector<MDNSService> MDNSComponent::get_services() { return this->services_; }
|
||||
|
||||
} // namespace mdns
|
||||
} // namespace esphome
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#include "openthread.h"
|
||||
|
||||
#ifdef USE_ESP_IDF
|
||||
#include "openthread_esp.h"
|
||||
#else
|
||||
#ifndef USE_ESP_IDF
|
||||
#error "OpenThread is not supported on this platform"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// #ifdef USE_ESP_IDF
|
||||
#include "openthread_esp.h"
|
||||
#include "openthread.h"
|
||||
#include <openthread/logging.h>
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#pragma once
|
Loading…
Reference in a new issue