diff options
author | teor <teor@torproject.org> | 2019-12-20 09:45:53 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-20 09:45:53 +1000 |
commit | 57b6678d52eec334a3e650158ac97d60b5b2b38b (patch) | |
tree | 6d8c237c42f20d1193c9c73cadfc9480b7fa2649 /src/lib | |
parent | ac3a9aaf0dc6f376368f1ad51c79e332da52adc2 (diff) | |
download | tor-57b6678d52eec334a3e650158ac97d60b5b2b38b.tar.gz tor-57b6678d52eec334a3e650158ac97d60b5b2b38b.zip |
Run "make autostyle"
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/math/prob_distr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/prob_distr.c b/src/lib/math/prob_distr.c index 1d17486662..02dbc5de54 100644 --- a/src/lib/math/prob_distr.c +++ b/src/lib/math/prob_distr.c @@ -68,7 +68,7 @@ DECLARE_PROB_DISTR_DOWNCAST_FN(logistic) DECLARE_PROB_DISTR_DOWNCAST_FN(log_logistic) DECLARE_PROB_DISTR_DOWNCAST_FN(genpareto) DECLARE_PROB_DISTR_DOWNCAST_FN(weibull) -#endif +#endif /* !defined(COCCI) */ /** * Count number of one bits in 32-bit word. |