Source formatting in dbFastLinkConv

This commit is contained in:
Andrew Johnson
2017-10-31 12:54:41 -05:00
parent 9a0eacd67e
commit e25f95be50

View File

@@ -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(