git: e5f905c72a33 - main - yppush: Remove return statement at the end of void functions

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Mon, 06 Nov 2023 19:07:36 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=e5f905c72a33007aac3b2061d6404b1d962cd5ba

commit e5f905c72a33007aac3b2061d6404b1d962cd5ba
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-11-03 17:47:17 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-11-06 19:07:10 +0000

    yppush: Remove return statement at the end of void functions
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
---
 usr.sbin/yppush/yppush_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c
index 15163bc6ba80..2b167846d1b6 100644
--- a/usr.sbin/yppush/yppush_main.c
+++ b/usr.sbin/yppush/yppush_main.c
@@ -215,7 +215,6 @@ static void
 handler(int sig)
 {
 	yppush_exit (1);
-	return;
 }
 
 /*