artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
911a1a6
)
Fix indentation, found with -Wmisleading-indentation.
author
florian
<florian@openbsd.org>
Tue, 5 Sep 2023 15:46:22 +0000
(15:46 +0000)
committer
florian
<florian@openbsd.org>
Tue, 5 Sep 2023 15:46:22 +0000
(15:46 +0000)
Already commited upstream.
sbin/unwind/libunbound/util/tube.c
patch
|
blob
|
history
diff --git
a/sbin/unwind/libunbound/util/tube.c
b/sbin/unwind/libunbound/util/tube.c
index
4881d80
..
7d98b93
100644
(file)
--- 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)