mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed some whitespace
This commit is contained in:
parent
9096de8024
commit
04aad098bb
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#ifdef __linux__
|
||||
#define _BSD_SOURCE 1
|
||||
#define _BSD_SOURCE 1
|
||||
#include <endian.h>
|
||||
#elif defined(__PPC__) /* Xilinx toolchain */
|
||||
#include <lwip/arch.h>
|
||||
|
|
|
@ -310,7 +310,7 @@ found: * (void **) user = n;
|
|||
break;
|
||||
}
|
||||
|
||||
pthread_mutex_unlock(&w->read.mutex);
|
||||
pthread_mutex_unlock(&w->read.mutex);
|
||||
pthread_cond_broadcast(&w->read.cond); /* new data available, wake-up websocket_read() */
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue