diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-25 11:10:34 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-25 11:22:19 +0100 |
commit | 13a9bfbca733821f773ca7ffd990ce962c728924 (patch) | |
tree | 206d5c959b4e441f3c651eb1065b7292607b6da0 /core/os/thread_safe.h | |
parent | 5fede4a81c67961c6fb2309b9b0ceb753d143566 (diff) |
Style: Harmonize header guards to style guide [Core]
Diffstat (limited to 'core/os/thread_safe.h')
-rw-r--r-- | core/os/thread_safe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/thread_safe.h b/core/os/thread_safe.h index 0221edf491..670ee8b125 100644 --- a/core/os/thread_safe.h +++ b/core/os/thread_safe.h @@ -38,4 +38,4 @@ #define _THREAD_SAFE_LOCK_ _thread_safe_.lock(); #define _THREAD_SAFE_UNLOCK_ _thread_safe_.unlock(); -#endif +#endif // THREAD_SAFE_H |