summaryrefslogtreecommitdiffstats
path: root/src/lib/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util')
-rw-r--r--src/lib/util/flac.cpp24
-rw-r--r--src/lib/util/options.cpp2
2 files changed, 13 insertions, 13 deletions
diff --git a/src/lib/util/flac.cpp b/src/lib/util/flac.cpp
index fedcd6cd73e..ced56cd3115 100644
--- a/src/lib/util/flac.cpp
+++ b/src/lib/util/flac.cpp
@@ -277,18 +277,18 @@ FLAC__StreamEncoderWriteStatus flac_encoder::write_callback(const FLAC__byte buf
flac_decoder::flac_decoder()
: m_decoder(FLAC__stream_decoder_new()),
- m_file(nullptr),
- m_sample_rate(0),
- m_channels(0),
- m_bits_per_sample(0),
- m_compressed_offset(0),
- m_compressed_start(nullptr),
- m_compressed_length(0),
- m_compressed2_start(nullptr),
- m_compressed2_length(0),
- m_uncompressed_offset(0),
- m_uncompressed_length(0),
- m_uncompressed_swap(false)
+ m_file(nullptr),
+ m_sample_rate(0),
+ m_channels(0),
+ m_bits_per_sample(0),
+ m_compressed_offset(0),
+ m_compressed_start(nullptr),
+ m_compressed_length(0),
+ m_compressed2_start(nullptr),
+ m_compressed2_length(0),
+ m_uncompressed_offset(0),
+ m_uncompressed_length(0),
+ m_uncompressed_swap(false)
{
}
diff --git a/src/lib/util/options.cpp b/src/lib/util/options.cpp
index cd1ce38fce1..096499fe88c 100644
--- a/src/lib/util/options.cpp
+++ b/src/lib/util/options.cpp
@@ -841,4 +841,4 @@ core_options::entry *core_options::get_entry(const char *name) const
{
auto curentry = m_entrymap.find(name);
return (curentry != m_entrymap.end()) ? curentry->second : nullptr;
-} \ No newline at end of file
+}