From: florian Date: Tue, 5 Sep 2023 15:46:22 +0000 (+0000) Subject: Fix indentation, found with -Wmisleading-indentation. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9b672e5978abe663a93f04475e62bca5c3432a82;p=openbsd Fix indentation, found with -Wmisleading-indentation. Already commited upstream. --- 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)