vp9_thread nolintify lint issue I can't fix easily

Change-Id: Ib19dabe697656e4d7e8403d91bedca7cd31d36bf
This commit is contained in:
Jim Bankoski
2013-10-01 15:19:39 -07:00
parent 5c66f6f5eb
commit c52d85442c

View File

@@ -27,7 +27,7 @@ extern "C" {
#if defined(_WIN32)
#include <windows.h>
#include <windows.h> // NOLINT
typedef HANDLE pthread_t;
typedef CRITICAL_SECTION pthread_mutex_t;
typedef struct {
@@ -38,7 +38,7 @@ typedef struct {
#else
#include <pthread.h>
#include <pthread.h> // NOLINT
#endif /* _WIN32 */
#endif /* CONFIG_MULTITHREAD */