Be consistent with existing `#include` declarations.
This commit is contained in:
Ivan Enderlin 2016-02-01 10:07:17 +01:00
parent e270e41e74
commit f936e4d9c6
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#if defined(__APPLE__) || defined(__linux) #if defined(__APPLE__) || defined(__linux)
#include<pthread.h> #include <pthread.h>
#include<openssl/crypto.h> #include <openssl/crypto.h>
unsigned long thread_id() unsigned long thread_id()
{ {