1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-12 03:28:06 +00:00

chore: make clang-tidy happy

This commit is contained in:
pedromiguelcp
2025-07-11 10:03:13 +01:00
parent f1eaf5253e
commit 24f0ba702e

View File

@@ -69,7 +69,9 @@ int unpack_ntlab_2bit_samples::work(int noutput_items,
out[j][i] = static_cast<float>(val); out[j][i] = static_cast<float>(val);
if (++j == nch) // iterate through each channel if (++j == nch) // iterate through each channel
j = 0; {
j = 0;
}
} }
} }