From a1fda2577b42e90130d2ba6b99d297f198cdfaa1 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 23 Jul 2024 01:28:28 +0200 Subject: [PATCH] include: net: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- include/net/sntp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/sntp.h b/include/net/sntp.h index 30b44d1c06..5dd9aa36fe 100644 --- a/include/net/sntp.h +++ b/include/net/sntp.h @@ -9,7 +9,6 @@ #define NTP_SERVICE_PORT 123 #define SNTP_PACKET_LEN 48 - /* Leap Indicator */ #define NTP_LI_NOLEAP 0x0 #define NTP_LI_61SECS 0x1 -- 2.39.5