From db31a41f7e3a67084c1cfee80c449d7d0aad5578 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 22 Jan 2024 16:52:55 -0600 Subject: [PATCH] Fix white space for readability --- iocBoot/iocTest/fc17_modicon.substitutions | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/iocBoot/iocTest/fc17_modicon.substitutions b/iocBoot/iocTest/fc17_modicon.substitutions index cceeb0e..00c6c15 100644 --- a/iocBoot/iocTest/fc17_modicon.substitutions +++ b/iocBoot/iocTest/fc17_modicon.substitutions @@ -1,18 +1,17 @@ # asyn record for the underlying asyn octet port file "$(ASYN)/db/asynRecord.db" { pattern -{P, R, PORT, ADDR, IMAX, OMAX} +{P, R, PORT, ADDR, IMAX, OMAX} {Modicon984: OctetAsyn, Modicon984, 0, 80, 80} } # read byte#1 out of 9 bytes from Modicon-984 response file "../../db/longin.template" { pattern -{P, R, PORT, OFFSET, SCAN} -{Modicon984:, SlaveID_Byte1, Mod984_slaveID, 0, "I/O Intr"} +{P, R, PORT, OFFSET, SCAN} +{Modicon984:, SlaveID_Byte1, Mod984_slaveID, 0, "I/O Intr"} } # read byte#7 out of 9 bytes from Modicon-984 response file "../../db/mbbiDirect.template" { pattern -{P, R, PORT, OFFSET, MASK, SCAN} -{Modicon984:, SlaveID_Byte7, Mod984_slaveID, 6, 0xFF, "I/O Intr"} +{P, R, PORT, OFFSET, MASK, SCAN} +{Modicon984:, SlaveID_Byte7, Mod984_slaveID, 6, 0xFF, "I/O Intr"} } -