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:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user