summaryrefslogtreecommitdiffstats
path: root/include/internal/tsan_assist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/tsan_assist.h')
-rw-r--r--include/internal/tsan_assist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/tsan_assist.h b/include/internal/tsan_assist.h
index b16646595a..5bf30c41d8 100644
--- a/include/internal/tsan_assist.h
+++ b/include/internal/tsan_assist.h
@@ -6,7 +6,7 @@
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
-
+
/*
* Contemporary compilers implement lock-free atomic memory access
* primitives that facilitate writing "thread-opportunistic" or even real