mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
use const on args to improve readability
This commit is contained in:
parent
ea07a593d7
commit
d196187187
7 changed files with 24 additions and 24 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
}
|
||||
}
|
||||
}
|
||||
void operator()(int8_t *data, int8_t *parity)
|
||||
void operator()(const int8_t *data, int8_t *parity)
|
||||
{
|
||||
int8_t tmp = 1;
|
||||
for (int j = 0; j < M; ++j) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue