From 5bc7d1a31319a4748e896242307b49ae906cc3ef Mon Sep 17 00:00:00 2001 From: Tomasz Duda Date: Mon, 14 Oct 2024 20:54:25 +0200 Subject: [PATCH] fix new lines --- esphome/components/statsd/statsd.cpp | 2 +- esphome/components/statsd/statsd.h | 2 +- esphome/components/udp/udp_component.cpp | 2 +- esphome/components/udp/udp_component.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/esphome/components/statsd/statsd.cpp b/esphome/components/statsd/statsd.cpp index e254750234..b7fad19332 100644 --- a/esphome/components/statsd/statsd.cpp +++ b/esphome/components/statsd/statsd.cpp @@ -155,4 +155,4 @@ void StatsdComponent::send_(std::string *out) { } // namespace statsd } // namespace esphome -#endif \ No newline at end of file +#endif diff --git a/esphome/components/statsd/statsd.h b/esphome/components/statsd/statsd.h index b19f25d437..34f84cbe00 100644 --- a/esphome/components/statsd/statsd.h +++ b/esphome/components/statsd/statsd.h @@ -85,4 +85,4 @@ class StatsdComponent : public PollingComponent { } // namespace statsd } // namespace esphome -#endif \ No newline at end of file +#endif diff --git a/esphome/components/udp/udp_component.cpp b/esphome/components/udp/udp_component.cpp index ba6eedd6ad..3fcef9e4f9 100644 --- a/esphome/components/udp/udp_component.cpp +++ b/esphome/components/udp/udp_component.cpp @@ -615,4 +615,4 @@ void UDPComponent::send_ping_pong_request_() { } } // namespace udp } // namespace esphome -#endif \ No newline at end of file +#endif diff --git a/esphome/components/udp/udp_component.h b/esphome/components/udp/udp_component.h index b39ccbc7ae..bbe46a562f 100644 --- a/esphome/components/udp/udp_component.h +++ b/esphome/components/udp/udp_component.h @@ -157,4 +157,4 @@ class UDPComponent : public PollingComponent { } // namespace udp } // namespace esphome -#endif \ No newline at end of file +#endif