Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
dav1d
Commits
265c9b9a
Commit
265c9b9a
authored
Feb 13, 2019
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a consistent style for the terminating endif for include guards
parent
39de556c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/dav1d/common.h
include/dav1d/common.h
+1
-1
src/thread.h
src/thread.h
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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