mirror of
https://github.com/esphome/esphome.git
synced 2025-01-07 13:21:44 +01:00
dd81f9a835
Your formatting is not correct, ESPHome uses clang-format to format all source files in a unified way. Please apply the changes listed below The following files need to be changed: esphome/components/ld2415h/ld2415h.h ========================================================= diff --git a/esphome/components/ld2415h/ld2415h.h b/esphome/components/ld2415h/ld2415h.h index 8f5a42f..87a7f65 100644 --- a/esphome/components/ld2415h/ld2415h.h +++ b/esphome/components/ld2415h/ld2415h.h @@ -134,7 +134,7 @@ class LD2415HComponent : public Component, public uart::UARTDevice { const char *tracking_mode_to_s_(TrackingMode value); const char *unit_of_measure_to_s_(UnitOfMeasure value); const char *negotiation_mode_to_s_(NegotiationMode value); - const char *i_to_s(const std::map<std::string, uint8_t> &map, uint8_t i); + const char *i_to_s_(const std::map<std::string, uint8_t> &map, uint8_t i); std::vector<LD2415HListener *> listeners_{}; }; |
||
---|---|---|
.. | ||
components | ||
core | ||
dashboard | ||
__init__.py | ||
__main__.py | ||
automation.py | ||
codegen.py | ||
config.py | ||
config_helpers.py | ||
config_validation.py | ||
const.py | ||
coroutine.py | ||
cpp_generator.py | ||
cpp_helpers.py | ||
cpp_types.py | ||
espota2.py | ||
external_files.py | ||
final_validate.py | ||
git.py | ||
helpers.py | ||
loader.py | ||
log.py | ||
mqtt.py | ||
pins.py | ||
platformio_api.py | ||
schema_extractors.py | ||
storage_json.py | ||
types.py | ||
util.py | ||
voluptuous_schema.py | ||
vscode.py | ||
wizard.py | ||
writer.py | ||
yaml_util.py | ||
zeroconf.py |