diff options
author | teor <teor@torproject.org> | 2020-04-29 22:07:35 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-29 22:08:33 +1000 |
commit | 3253c357eeae3434da62bf720a451aa19f0ddd32 (patch) | |
tree | bb7c65bbe1470de8d295cf91af2931cbf9362051 /src/feature/dircache | |
parent | 6eec43161ad9e072d82da88163e748566b39d127 (diff) | |
download | tor-3253c357eeae3434da62bf720a451aa19f0ddd32.tar.gz tor-3253c357eeae3434da62bf720a451aa19f0ddd32.zip |
Run "make autostyle"
Diffstat (limited to 'src/feature/dircache')
-rw-r--r-- | src/feature/dircache/conscache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircache/conscache.c b/src/feature/dircache/conscache.c index d9aaccddc1..2a831aa447 100644 --- a/src/feature/dircache/conscache.c +++ b/src/feature/dircache/conscache.c @@ -139,7 +139,7 @@ consensus_cache_may_overallocate(consensus_cache_t *cache) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wsuggest-attribute=noreturn" #endif -#endif +#endif /* defined(_WIN32) */ /** * Tell the sandbox (if any) configured by <b>cfg</b> to allow the |