summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2019-01-11 09:23:01 +0100
committerRolf Eike Beer <eb@emlix.com>2019-01-17 08:18:18 +0000
commit37345cd5dc75d061495888a4bb44d1329b02da8f (patch)
tree0ebb688fb19d4813beb0b2e7ab773eb849e380d0
parent0caa716a92f8f971813fced4bd9f7d62a53cbcdb (diff)
WavFile example: fix indentation
Change-Id: Ibc117caf24daef75cf2e71f04b058ffadd30c273 Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
-rw-r--r--examples/multimedia/spectrum/app/wavfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/spectrum/app/wavfile.cpp b/examples/multimedia/spectrum/app/wavfile.cpp
index b0a3ffccc..d33905572 100644
--- a/examples/multimedia/spectrum/app/wavfile.cpp
+++ b/examples/multimedia/spectrum/app/wavfile.cpp
@@ -109,7 +109,7 @@ const QAudioFormat &WavFile::fileFormat() const
qint64 WavFile::headerLength() const
{
-return m_headerLength;
+ return m_headerLength;
}
bool WavFile::readHeader()