From d56cefdc7a443b40af9a1cb302e5c8fe99acfc23 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:20:18 +0100 Subject: [PATCH] indentation fix --- wled00/ntp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/ntp.cpp b/wled00/ntp.cpp index e7dbf743..e4442f5d 100644 --- a/wled00/ntp.cpp +++ b/wled00/ntp.cpp @@ -253,9 +253,9 @@ static bool isValidNtpResponse(byte * ntpPacket) { ntpPacket[18] == 0 && ntpPacket[19] == 0 && ntpPacket[20] == 0 && ntpPacket[21] == 0 && ntpPacket[22] == 0 && ntpPacket[23] == 0) //reject ReferenceTimestamp == 0 - return false; + return false; - return true; + return true; } bool checkNTPResponse()