From 54a9eb1a8e853fcf4f4a174b3063a91b4a4f7e63 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 31 Jan 2000 14:38:33 +0000 Subject: [PATCH] style lint --- lib/omapi/generic.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/omapi/generic.c b/lib/omapi/generic.c index 9da2912ff1..6076f9669a 100644 --- a/lib/omapi/generic.c +++ b/lib/omapi/generic.c @@ -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;