mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:54:42 -04:00
style lint
This commit is contained in:
parent
a29e02919d
commit
54a9eb1a8e
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: generic.c,v 1.8 2000/01/22 00:17:49 tale Exp $ */
|
||||
/* $Id: generic.c,v 1.9 2000/01/31 14:38:33 tale Exp $ */
|
||||
|
||||
/* Principal Author: Ted Lemon */
|
||||
|
||||
|
|
@ -200,8 +200,7 @@ generic_signalhandler(omapi_object_t *h, const char *name, va_list ap) {
|
|||
* specified connection.
|
||||
*/
|
||||
static isc_result_t
|
||||
generic_stuffvalues(omapi_object_t *connection, omapi_object_t *h)
|
||||
{
|
||||
generic_stuffvalues(omapi_object_t *connection, omapi_object_t *h) {
|
||||
omapi_generic_t *src;
|
||||
unsigned int i;
|
||||
isc_result_t result;
|
||||
|
|
|
|||
Loading…
Reference in a new issue