diff crc_wrapper.h @ 11:6fba58c4964b

Minor changes done by automatic style checker
author Ideenmodellierer
date Mon, 12 Jan 2026 13:57:24 +0000
parents 115cfa4a3239
children
line wrap: on
line diff
--- a/crc_wrapper.h	Mon Jan 12 13:55:38 2026 +0000
+++ b/crc_wrapper.h	Mon Jan 12 13:57:24 2026 +0000
@@ -13,11 +13,9 @@
     explicit CrcWrapper(QObject *parent = nullptr);
 
     void init(p_cm_t p_cm);
-    void cm_next(p_cm_t p_cm,int ch);
+    void cm_next(p_cm_t p_cm, int ch);
 
     uint32_t CRC_CalcBlockCRC(uint32_t *buffer, uint32_t words);
-
-
 };
 
 #endif // CRC_WRAPPER_H