summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-02 21:17:16 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-02 21:17:16 +0100
commit6bac62651147ff2a902347522a629aea13d81f17 (patch)
tree39efed978c56c6d7c78015547c48b142ea04b030
parentb207bd38e1574cb75315a2c66e7a598c22fc55ca (diff)
Delete trailing/leading blank lines
-rw-r--r--src/control/controlaudiotaperpot.cpp1
-rw-r--r--src/control/controlaudiotaperpot.h1
-rw-r--r--src/effects/builtin/builtinbackend.cpp1
-rw-r--r--src/effects/effectprocessor.h1
-rw-r--r--src/engine/filters/enginefiltermoogladder4.cpp2
-rw-r--r--src/library/banshee/bansheefeature.h1
-rw-r--r--src/library/crate/cratetablemodel.cpp1
-rw-r--r--src/library/dao/libraryhashdao.cpp1
-rw-r--r--src/preferences/dialog/dlgprefmodplug.cpp1
-rw-r--r--src/skin/colorschemeparser.cpp1
-rw-r--r--src/skin/imginvert.cpp1
-rw-r--r--src/skin/imgloader.cpp1
-rw-r--r--src/skin/launchimage.cpp1
-rw-r--r--src/track/beats.cpp1
-rw-r--r--src/util/console.cpp1
-rw-r--r--src/util/console.h1
-rw-r--r--src/util/denormalsarezero.h1
-rw-r--r--src/util/desktophelper.cpp2
-rw-r--r--src/util/screensaver.cpp1
-rw-r--r--src/util/threadcputimer.cpp1
-rw-r--r--src/widget/paintable.cpp1
-rw-r--r--src/widget/paintable.h1
-rw-r--r--src/widget/trackdroptarget.h1
-rw-r--r--src/widget/wimagestore.h1
-rw-r--r--src/widget/wnumberdb.cpp1
-rw-r--r--src/widget/wnumberdb.h1
-rw-r--r--src/widget/wskincolor.cpp1
-rw-r--r--src/widget/wspinny.h1
-rw-r--r--src/widget/wtracktext.cpp1
-rw-r--r--src/widget/wtrackwidgetgroup.cpp1
30 files changed, 0 insertions, 32 deletions
diff --git a/src/control/controlaudiotaperpot.cpp b/src/control/controlaudiotaperpot.cpp
index 9264b67774..c3f6a9cd3d 100644
--- a/src/control/controlaudiotaperpot.cpp
+++ b/src/control/controlaudiotaperpot.cpp
@@ -1,4 +1,3 @@
-
#include "control/controlaudiotaperpot.h"
ControlAudioTaperPot::ControlAudioTaperPot(const ConfigKey& key,
diff --git a/src/control/controlaudiotaperpot.h b/src/control/controlaudiotaperpot.h
index e61f283594..afbc59ad57 100644
--- a/src/control/controlaudiotaperpot.h
+++ b/src/control/controlaudiotaperpot.h
@@ -1,4 +1,3 @@
-
#pragma once
#include "control/controlpotmeter.h"
diff --git a/src/effects/builtin/builtinbackend.cpp b/src/effects/builtin/builtinbackend.cpp
index 9c870a0aba..be40af5792 100644
--- a/src/effects/builtin/builtinbackend.cpp
+++ b/src/effects/builtin/builtinbackend.cpp
@@ -1,4 +1,3 @@
-
#include <QtDebug>
#include "effects/builtin/builtinbackend.h"
diff --git a/src/effects/effectprocessor.h b/src/effects/effectprocessor.h
index e85eb3ad72..3ece55553a 100644
--- a/src/effects/effectprocessor.h
+++ b/src/effects/effectprocessor.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QString>
diff --git a/src/engine/filters/enginefiltermoogladder4.cpp b/src/engine/filters/enginefiltermoogladder4.cpp
index 9f3d153d5e..008360229a 100644
--- a/src/engine/filters/enginefiltermoogladder4.cpp
+++ b/src/engine/filters/enginefiltermoogladder4.cpp
@@ -12,5 +12,3 @@ EngineFilterMoogLadder4High::EngineFilterMoogLadder4High(int sampleRate,
double resonance)
: EngineFilterMoogLadderBase(sampleRate, (float)freqCorner1, (float)resonance) {
}
-
-
diff --git a/src/library/banshee/bansheefeature.h b/src/library/banshee/bansheefeature.h
index f67b622100..46e9bcf695 100644
--- a/src/library/banshee/bansheefeature.h
+++ b/src/library/banshee/bansheefeature.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QStringListModel>
diff --git a/src/library/crate/cratetablemodel.cpp b/src/library/crate/cratetablemodel.cpp
index 701728bf44..770f51be9a 100644
--- a/src/library/crate/cratetablemodel.cpp
+++ b/src/library/crate/cratetablemodel.cpp
@@ -1,4 +1,3 @@
-
#include "library/crate/cratetablemodel.h"
#include <QtDebug>
diff --git a/src/library/dao/libraryhashdao.cpp b/src/library/dao/libraryhashdao.cpp
index 32cc824cb0..4e0e1347e9 100644
--- a/src/library/dao/libraryhashdao.cpp
+++ b/src/library/dao/libraryhashdao.cpp
@@ -1,4 +1,3 @@
-
#include <QtSql>
#include <QString>
#include <QtDebug>
diff --git a/src/preferences/dialog/dlgprefmodplug.cpp b/src/preferences/dialog/dlgprefmodplug.cpp
index 8a5097a0ab..3f05f75fae 100644
--- a/src/preferences/dialog/dlgprefmodplug.cpp
+++ b/src/preferences/dialog/dlgprefmodplug.cpp
@@ -1,4 +1,3 @@
-
#include <QtDebug>
#include "preferences/dialog/dlgprefmodplug.h"
diff --git a/src/skin/colorschemeparser.cpp b/src/skin/colorschemeparser.cpp
index ce0a221d00..481152f39f 100644
--- a/src/skin/colorschemeparser.cpp
+++ b/src/skin/colorschemeparser.cpp
@@ -1,4 +1,3 @@
-
#include "skin/colorschemeparser.h"
#include "widget/wpixmapstore.h"
diff --git a/src/skin/imginvert.cpp b/src/skin/imginvert.cpp
index 3f06a48eec..6e29086aff 100644
--- a/src/skin/imginvert.cpp
+++ b/src/skin/imginvert.cpp
@@ -6,4 +6,3 @@ QColor ImgInvert::doColorCorrection(const QColor& c) const {
0xff - c.blue(),
c.alpha());
}
-
diff --git a/src/skin/imgloader.cpp b/src/skin/imgloader.cpp
index 1b97e8f1df..439ec6722f 100644
--- a/src/skin/imgloader.cpp
+++ b/src/skin/imgloader.cpp
@@ -1,4 +1,3 @@
-
#include <QImageReader>
#include <QFileInfo>
diff --git a/src/skin/launchimage.cpp b/src/skin/launchimage.cpp
index 6e145e0f71..57043545b2 100644
--- a/src/skin/launchimage.cpp
+++ b/src/skin/launchimage.cpp
@@ -65,4 +65,3 @@ void LaunchImage::paintEvent(QPaintEvent *)
QPainter p(this);
style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this);
}
-
diff --git a/src/track/beats.cpp b/src/track/beats.cpp
index 307f0a6b9a..395679fbe3 100644
--- a/src/track/beats.cpp
+++ b/src/track/beats.cpp
@@ -1,4 +1,3 @@
-
#include "track/beats.h"
namespace mixxx {
diff --git a/src/util/console.cpp b/src/util/console.cpp
index 3edb34f44e..5899770886 100644
--- a/src/util/console.cpp
+++ b/src/util/console.cpp
@@ -1,4 +1,3 @@
-
#include "console.h"
#include <stdio.h>
diff --git a/src/util/console.h b/src/util/console.h
index c8559ee361..ceaa93d01a 100644
--- a/src/util/console.h
+++ b/src/util/console.h
@@ -1,4 +1,3 @@
-
#pragma once
#ifdef __WINDOWS__
diff --git a/src/util/denormalsarezero.h b/src/util/denormalsarezero.h
index 694463d039..6e4eb838a3 100644
--- a/src/util/denormalsarezero.h
+++ b/src/util/denormalsarezero.h
@@ -1,4 +1,3 @@
-
#pragma once
// This was copied from the gcc header pmmintrin.h which requires SSE3
diff --git a/src/util/desktophelper.cpp b/src/util/desktophelper.cpp
index 670c0cca74..06faae00cd 100644
--- a/src/util/desktophelper.cpp
+++ b/src/util/desktophelper.cpp
@@ -1,4 +1,3 @@
-
#include "util/desktophelper.h"
#include <QtDebug>
@@ -173,4 +172,3 @@ void DesktopHelper::openInFileBrowser(const QStringList& paths) {
}
} // namespace mixxx
-
diff --git a/src/util/screensaver.cpp b/src/util/screensaver.cpp
index 266abf20b0..022312f207 100644
--- a/src/util/screensaver.cpp
+++ b/src/util/screensaver.cpp
@@ -336,4 +336,3 @@ void ScreenSaverHelper::uninhibitInternal()
} // namespace mixxx
-
diff --git a/src/util/threadcputimer.cpp b/src/util/threadcputimer.cpp
index bc2bb9eda5..13f6280316 100644
--- a/src/util/threadcputimer.cpp
+++ b/src/util/threadcputimer.cpp
@@ -1,4 +1,3 @@
-
#include "util/threadcputimer.h"
#if defined(Q_OS_MAC)
diff --git a/src/widget/paintable.cpp b/src/widget/paintable.cpp
index 2b84241e91..073d7ba841 100644
--- a/src/widget/paintable.cpp
+++ b/src/widget/paintable.cpp
@@ -1,4 +1,3 @@
-
#include "widget/wpixmapstore.h"
#include <QDir>
diff --git a/src/widget/paintable.h b/src/widget/paintable.h
index 3f55343b44..9f3aa591f5 100644
--- a/src/widget/paintable.h
+++ b/src/widget/paintable.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QPixmap>
diff --git a/src/widget/trackdroptarget.h b/src/widget/trackdroptarget.h
index fb8227b28a..6933a4d70f 100644
--- a/src/widget/trackdroptarget.h
+++ b/src/widget/trackdroptarget.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QString>
diff --git a/src/widget/wimagestore.h b/src/widget/wimagestore.h
index 9d77ae40aa..249356a3ad 100644
--- a/src/widget/wimagestore.h
+++ b/src/widget/wimagestore.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QHash>
diff --git a/src/widget/wnumberdb.cpp b/src/widget/wnumberdb.cpp
index a517a808a1..660787f039 100644
--- a/src/widget/wnumberdb.cpp
+++ b/src/widget/wnumberdb.cpp
@@ -1,4 +1,3 @@
-
#include "widget/wnumberdb.h"
#include "util/math.h"
diff --git a/src/widget/wnumberdb.h b/src/widget/wnumberdb.h
index 7d3ec3dda6..e8f7a1b661 100644
--- a/src/widget/wnumberdb.h
+++ b/src/widget/wnumberdb.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QLabel>
diff --git a/src/widget/wskincolor.cpp b/src/widget/wskincolor.cpp
index 38270ffc52..d1c0357431 100644
--- a/src/widget/wskincolor.cpp
+++ b/src/widget/wskincolor.cpp
@@ -12,4 +12,3 @@ void WSkinColor::setLoader(QSharedPointer<ImgSource> ld) {
QColor WSkinColor::getCorrectColor(QColor c) {
return loader->getCorrectColor(c);
}
-
diff --git a/src/widget/wspinny.h b/src/widget/wspinny.h
index 98b791c16b..4502adb30f 100644
--- a/src/widget/wspinny.h
+++ b/src/widget/wspinny.h
@@ -1,4 +1,3 @@
-
#pragma once
#include <QEvent>
diff --git a/src/widget/wtracktext.cpp b/src/widget/wtracktext.cpp
index 251b7256d2..0c9e4622a5 100644
--- a/src/widget/wtracktext.cpp
+++ b/src/widget/wtracktext.cpp
@@ -1,4 +1,3 @@
-
#include "widget/wtracktext.h"
#include <QDebug>
diff --git a/src/widget/wtrackwidgetgroup.cpp b/src/widget/wtrackwidgetgroup.cpp
index 035c8679ce..7d58b4f005 100644
--- a/src/widget/wtrackwidgetgroup.cpp
+++ b/src/widget/wtrackwidgetgroup.cpp
@@ -1,4 +1,3 @@
-
#include "widget/wtrackwidgetgroup.h"
#include <QDebug>