[Dnsmasq-discuss] [PATCH] Removed empty last lines

Geert Stappers stappers at stappers.nl
Sat Oct 22 19:26:53 UTC 2022


Files src/domain-match.c and src/metrics.c had empty last lines.
Now has the last line of those files more than just white space.

Signed-of-by:  Geert Stappers <stappers at stappers.nl>
---
 src/domain-match.c | 1 -
 src/metrics.c      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/domain-match.c b/src/domain-match.c
index 76a1109..219331c 100644
--- a/src/domain-match.c
+++ b/src/domain-match.c
@@ -729,4 +729,3 @@ int add_update_server(int flags,
   
   return 1;
 }
-
diff --git a/src/metrics.c b/src/metrics.c
index f3e6728..139ad4a 100644
--- a/src/metrics.c
+++ b/src/metrics.c
@@ -63,4 +63,3 @@ void clear_metrics(void)
       serv->query_latency = 0;
     }
 }
-	
-- 
2.11.0




More information about the Dnsmasq-discuss mailing list