shithub: dav1d

Download patch

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

Use consistent style for include guard defines

--- a/src/thread.h
+++ b/src/thread.h
@@ -26,7 +26,7 @@
  */
 
 #ifndef __DAV1D_THREAD_H__
-# define __DAV1D_THREAD_H__
+#define __DAV1D_THREAD_H__
 
 #if defined(_WIN32)