1
0
Fork 0
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:
Steffen Vogel 2016-06-13 21:41:55 +02:00
parent 9096de8024
commit 04aad098bb
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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;