2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

indentation

This commit is contained in:
Andreas Gustafsson
2001-09-12 00:22:53 +00:00
parent db235e6588
commit 7bfb0145d6

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dighost.c,v 1.223 2001/09/11 22:34:21 bwelling Exp $ */ /* $Id: dighost.c,v 1.224 2001/09/12 00:22:53 gson Exp $ */
/* /*
* Notice to programmers: Do not use this code as an example of how to * Notice to programmers: Do not use this code as an example of how to
@@ -937,7 +937,7 @@ try_clear_lookup(dig_lookup_t *lookup) {
q->servname); q->servname);
q = ISC_LIST_NEXT(q, link); q = ISC_LIST_NEXT(q, link);
} }
return (ISC_FALSE); return (ISC_FALSE);
} }
} }
/* /*