Skip to content

Commit e7be88b

Browse files
committed
Add missing newlines at the of the header files
1 parent 5f1f040 commit e7be88b

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

include/lightmodbus/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ LIGHTMODBUS_WARN_UNUSED LIGHTMODBUS_ALWAYS_INLINE static inline ModbusError modb
606606
return MODBUS_OK;
607607
}
608608

609-
#endif
609+
#endif

include/lightmodbus/base.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ LIGHTMODBUS_WARN_UNUSED uint16_t modbusCRC(const uint8_t *data, uint16_t length)
145145
return crc;
146146
}
147147

148-
#endif
148+
#endif

include/lightmodbus/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ const char *modbusExceptionCodeStr(ModbusExceptionCode code);
1515
const char *modbusDataTypeStr(ModbusDataType type);
1616
const char *modbusRegisterQueryStr(ModbusRegisterQuery query);
1717

18-
#endif
18+
#endif

include/lightmodbus/debug.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ const char *modbusRegisterQueryStr(ModbusRegisterQuery query)
115115
#undef ESTR
116116
#undef ECASE
117117

118-
#endif
118+
#endif

include/lightmodbus/lightmodbus.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,4 @@ class Master
417417

418418
}
419419

420-
#endif
420+
#endif

include/lightmodbus/master.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ static inline void modbusMasterFreeRequest(ModbusMaster *status)
177177
extern ModbusMasterFunctionHandler modbusMasterDefaultFunctions[];
178178
extern const uint8_t modbusMasterDefaultFunctionCount;
179179

180-
#endif
180+
#endif

include/lightmodbus/master.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ LIGHTMODBUS_RET_ERROR modbusParseResponseTCP(
383383
responsePDULength);
384384
}
385385

386-
#endif
386+
#endif

include/lightmodbus/master_func.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ LIGHTMODBUS_DEFINE_BUILD_RTU_BODY(22, index, andmask, ormask)
321321
LIGHTMODBUS_DEFINE_BUILD_TCP_HEADER(22, uint16_t index, uint16_t andmask, uint16_t ormask)
322322
LIGHTMODBUS_DEFINE_BUILD_TCP_BODY(22, index, andmask, ormask)
323323

324-
#endif
324+
#endif

include/lightmodbus/master_func.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,4 +452,4 @@ LIGHTMODBUS_RET_ERROR modbusBuildRequest22(
452452
return MODBUS_NO_ERROR();
453453
}
454454

455-
#endif
455+
#endif

include/lightmodbus/slave.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ static inline void modbusSlaveFreeResponse(ModbusSlave *status)
197197
extern ModbusSlaveFunctionHandler modbusSlaveDefaultFunctions[];
198198
extern const uint8_t modbusSlaveDefaultFunctionCount;
199199

200-
#endif
200+
#endif

0 commit comments

Comments
 (0)