WaveRubber: Remove trailing whitespaces and fix formatting

This commit is contained in:
Jonas Kvinge
2024-06-12 17:45:01 +02:00
parent 05358cdfe4
commit 2a65e00988
2 changed files with 10 additions and 13 deletions

View File

@@ -23,8 +23,8 @@
#include "analyzerbase.h"
class WaveRubber : public AnalyzerBase {
Q_OBJECT
public:
Q_INVOKABLE explicit WaveRubber(QWidget *parent);
@@ -38,6 +38,4 @@ class WaveRubber : public AnalyzerBase {
private:
QPixmap canvas_;
};