diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2023-09-05 15:46:23 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2023-09-05 15:46:23 +0000 |
commit | d88d5e2f956a0deb74aab5dda41feaedddfe4280 (patch) | |
tree | 9729819a886acfd83ba57c7260b4adcde6345f9e /sbin | |
parent | 251460338b1ed81161bbbdb5f77477401b26132a (diff) |
Fix indentation, found with -Wmisleading-indentation.
Already commited upstream.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/unwind/libunbound/util/tube.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |