From 28e2058c5f240dc162cdcddbd4959d9b1ef48a39 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 10 Jul 2001 05:12:43 +0000 Subject: [PATCH] macro style --- lib/dns/sec/dst/dst_api.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/dns/sec/dst/dst_api.c b/lib/dns/sec/dst/dst_api.c index 0843fba924..8ab0bfc6c8 100644 --- a/lib/dns/sec/dst/dst_api.c +++ b/lib/dns/sec/dst/dst_api.c @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.85 2001/07/10 05:00:42 bwelling Exp $ + * $Id: dst_api.c,v 1.86 2001/07/10 05:12:43 bwelling Exp $ */ #include @@ -87,10 +87,11 @@ static isc_result_t frombuffer(dns_name_t *name, isc_mem_t *mctx, dst_key_t **keyp); -#define RETERR(x) do { \ - result = (x); \ - if (result != ISC_R_SUCCESS) \ - goto out; \ +#define RETERR(x) \ + do { \ + result = (x); \ + if (result != ISC_R_SUCCESS) \ + goto out; \ } while (0) isc_result_t