mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-02 15:34:12 +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 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);
|
void strsetdir(const char *dir);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user