Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
265c9b9a
Commit
265c9b9a
authored
Feb 13, 2019
by
Martin Storsjö
Browse files
Use a consistent style for the terminating endif for include guards
parent
39de556c
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/dav1d/common.h
View file @
265c9b9a
...
...
@@ -67,4 +67,4 @@ typedef struct Dav1dDataProps {
struct
Dav1dUserData
user_data
;
///< user-configurable data, default NULL members
}
Dav1dDataProps
;
#endif /
/
__DAV1D_COMMON_H__
#endif
/
*
__DAV1D_COMMON_H__
*/
src/thread.h
View file @
265c9b9a
...
...
@@ -108,4 +108,4 @@ static inline int pthread_cond_broadcast(pthread_cond_t *const cond) {
#endif
#endif /
/
__DAV1D_THREAD_H__
#endif
/
*
__DAV1D_THREAD_H__
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment