diff OSTC_CR_Operations.h @ 8:21ce6187d32e

Minor changes done by automatic style checker
author Ideenmodellierer
date Mon, 12 Jan 2026 13:51:17 +0000
parents 0b3630a29ad8
children
line wrap: on
line diff
--- a/OSTC_CR_Operations.h	Mon Jan 12 13:49:16 2026 +0000
+++ b/OSTC_CR_Operations.h	Mon Jan 12 13:51:17 2026 +0000
@@ -44,8 +44,7 @@
 
 //////////////////////////////////////////////////////////////////////////////
 /// \brief  Implementing various low-level operations for OSTC3-S8 dive computer
-class  OSTCcROperations
-  : public OSTC3Operations
+class OSTCcROperations : public OSTC3Operations
 {
     /// \brief Returns "OSTC_cR"
     QString model() const override;
@@ -57,7 +56,7 @@
     /// \throws if something goes wrong.
     void getIdentity() override;
 
-    QString firmwareTemplate() const  override;
+    QString firmwareTemplate() const override;
 
     //////////////////////////////////////////////////////////////////////////
 public: