Additional code formatting tweaks
... detected with an improved version of our checkstyle script
This commit is contained in:
@@ -58,7 +58,7 @@ static void byteReverse(unsigned char *buf, unsigned int longs)
|
|||||||
do {
|
do {
|
||||||
t = (uint32)((unsigned int)buf[3] << 8 | buf[2]) << 16 |
|
t = (uint32)((unsigned int)buf[3] << 8 | buf[2]) << 16 |
|
||||||
((unsigned int)buf[1] << 8 | buf[0]);
|
((unsigned int)buf[1] << 8 | buf[0]);
|
||||||
*(uint32 *) buf = t;
|
*(uint32 *)buf = t;
|
||||||
buf += 4;
|
buf += 4;
|
||||||
} while (--longs);
|
} while (--longs);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user