diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-22 09:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 09:40:31 -0400 |
commit | 931a5db2a7ded73ddd72cb6646b506d49782f3ec (patch) | |
tree | 2f7d2e4850f2e8c698fdc53bded13c23704034cf /src/lib/thread | |
parent | b2d487ae2249a307cd23255dbb1a22241eefd6ef (diff) | |
download | tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.tar.gz tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.zip |
Re-run make autostyle.
Diffstat (limited to 'src/lib/thread')
-rw-r--r-- | src/lib/thread/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/thread/threads.h b/src/lib/thread/threads.h index 2e63dac5d9..ad9ad98c70 100644 --- a/src/lib/thread/threads.h +++ b/src/lib/thread/threads.h @@ -109,7 +109,7 @@ typedef struct atomic_counter_t { #ifndef COCCI #define ATOMIC_LINKAGE static #endif -#else /* !(defined(HAVE_WORKING_STDATOMIC)) */ +#else /* !defined(HAVE_WORKING_STDATOMIC) */ typedef struct atomic_counter_t { tor_mutex_t mutex; size_t val; |