fixed indentations of the remaining *.cpp/*.h files

This commit is contained in:
plc-user
2024-05-02 08:39:27 +02:00
parent e9448be986
commit b3ac3c82af
41 changed files with 1007 additions and 1007 deletions

View File

@@ -5,16 +5,16 @@
class mytest : public QObject
{
Q_OBJECT
Q_OBJECT
public:
mytest();
~mytest();
mytest();
~mytest();
private slots:
void initTestCase();
void cleanupTestCase();
void test_case1();
void initTestCase();
void cleanupTestCase();
void test_case1();
};