From e25f95be50a032e91314e576607e7d5358c1e648 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 31 Oct 2017 12:54:41 -0500 Subject: [PATCH] Source formatting in dbFastLinkConv --- src/ioc/db/dbFastLinkConv.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ioc/db/dbFastLinkConv.c b/src/ioc/db/dbFastLinkConv.c index 98c98edc1..1d94bc95e 100644 --- a/src/ioc/db/dbFastLinkConv.c +++ b/src/ioc/db/dbFastLinkConv.c @@ -920,18 +920,14 @@ static long cvt_q_q( epicsInt64 *from, epicsInt64 *to, const dbAddr *paddr) - { - - *to=*from; return(0); } + { *to=*from; return(0); } /* Convert Int64 to UInt64 */ static long cvt_q_uq( epicsInt64 *from, epicsUInt64 *to, const dbAddr *paddr) - { - - *to=*from; return(0); } + { *to=*from; return(0); } /* Convert Int64 to Float */ static long cvt_q_f(