Fix indentation, found with -Wmisleading-indentation.
authorflorian <florian@openbsd.org>
Tue, 5 Sep 2023 15:46:22 +0000 (15:46 +0000)
committerflorian <florian@openbsd.org>
Tue, 5 Sep 2023 15:46:22 +0000 (15:46 +0000)
Already commited upstream.

sbin/unwind/libunbound/util/tube.c

index 4881d80..7d98b93 100644 (file)
@@ -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)