From 9b672e5978abe663a93f04475e62bca5c3432a82 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 5 Sep 2023 15:46:22 +0000 Subject: [PATCH] Fix indentation, found with -Wmisleading-indentation. Already commited upstream. --- sbin/unwind/libunbound/util/tube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/unwind/libunbound/util/tube.c b/sbin/unwind/libunbound/util/tube.c index 4881d80d954..7d98b93c375 100644 --- a/sbin/unwind/libunbound/util/tube.c +++ b/sbin/unwind/libunbound/util/tube.c @@ -420,7 +420,7 @@ pollit(int fd, struct timeval* t) return 0; if(pret != 0) return 1; - return 0; + return 0; } int tube_poll(struct tube* tube) -- 2.20.1