summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-01-30 23:05:54 -0600
committerLywx <kiritodev01@gmail.com>2024-01-31 12:05:40 -0600
commit8178d4d05d48d8faece6a16671cfdaf320d8008d (patch)
treeb0a9366102f16a2c7d77cc4a9a9f7a99e5986099
parent4668cf08fb240da4abaafc073ba08d9d13ac0fa5 (diff)
Fixed indentation
-rw-r--r--src/utils/Decompressor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/Decompressor.cpp b/src/utils/Decompressor.cpp
index 064adc6..4e89cb7 100644
--- a/src/utils/Decompressor.cpp
+++ b/src/utils/Decompressor.cpp
@@ -20,7 +20,6 @@ DataChunk* Decompressor::Decode(const std::vector<uint8_t>& buffer, const uint32
switch (type) {
case CompressionType::MIO0: {
-
mio0_header_t head;
if(!mio0_decode_header(in_buf, &head)){
throw std::runtime_error("Failed to decode MIO0 header");