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:
parent
4780d297ae
commit
9e5e51d437
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue