mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Fix clang-tidy readability-inconsistent-declaration-parameter-name check
This commit is contained in:
parent
c470d43432
commit
f275091ba4
@ -199,7 +199,7 @@ void strsum(stream_t *stream, int *inb, int *inr, int *outb, int *outr);
|
||||
|
||||
void strsetopt(const int *opt);
|
||||
|
||||
void strsettimeout(stream_t *stream, int toinact, int tirecon);
|
||||
void strsettimeout(stream_t *stream, int inactive_timeout, int tirecon);
|
||||
|
||||
void strsetdir(const char *dir);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user