From 8178d4d05d48d8faece6a16671cfdaf320d8008d Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 30 Jan 2024 23:05:54 -0600 Subject: Fixed indentation --- src/utils/Decompressor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils') 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& 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"); -- cgit v1.2.3