1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

whitespace fixes

This commit is contained in:
Steffen Vogel 2017-06-21 17:20:09 +02:00
parent 4780d297ae
commit 9e5e51d437

View file

@ -237,11 +237,10 @@ static void * RecvFromIPPort(void *arg)
OpalSetAsyncRecvIconStatus(msg->sequence, RecvID); /* Set the Status to the message ID */
#elif PROTOCOL == GTNET_SKT
uint32_t *imsg = (uint32_t *) msg;
for (int i = 0; i < cnt; i++)
for (int i = 0; i < cnt; i++) {
imsg[i] = ntohl(imsg[i]);
for (int i = 0; i < cnt; i++)
mdldata[i] = (double) msg[i];
}
#else
#error Unknown protocol
#endif