Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-02-13 16:56:35 +0300
committerMartin Storsjö <martin@martin.st>2019-02-13 16:56:35 +0300
commit265c9b9a97f18343c6e33ca92819ef3211e03b02 (patch)
treefdb32a09f531a72a72339c430a90684566a27d02 /src/thread.h
parent39de556c5d958e780fd5fdc6a6303ed4a83d322e (diff)
Use a consistent style for the terminating endif for include guards
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h
index 755449f..1c25ebf 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -108,4 +108,4 @@ static inline int pthread_cond_broadcast(pthread_cond_t *const cond) {
#endif
-#endif // __DAV1D_THREAD_H__
+#endif /* __DAV1D_THREAD_H__ */