shithub: dav1d

Download patch

ref: 265c9b9a97f18343c6e33ca92819ef3211e03b02
parent: 39de556c5d958e780fd5fdc6a6303ed4a83d322e
author: Martin Storsjö <martin@martin.st>
date: Wed Feb 13 10:56:35 EST 2019

Use a consistent style for the terminating endif for include guards

--- a/include/dav1d/common.h
+++ b/include/dav1d/common.h
@@ -67,4 +67,4 @@
     struct Dav1dUserData user_data; ///< user-configurable data, default NULL members
 } Dav1dDataProps;
 
-#endif // __DAV1D_COMMON_H__
+#endif /* __DAV1D_COMMON_H__ */
--- a/src/thread.h
+++ b/src/thread.h
@@ -108,4 +108,4 @@
 
 #endif
 
-#endif // __DAV1D_THREAD_H__
+#endif /* __DAV1D_THREAD_H__ */