mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:10:44 +02:00
some spacing for clarity in SharedUtil
This commit is contained in:
parent
32b52f474f
commit
e012f826e5
1 changed files with 3 additions and 1 deletions
|
@ -26,8 +26,10 @@ float randFloat () {
|
|||
|
||||
void outputBits(char byte) {
|
||||
printf("%d: ", byte);
|
||||
|
||||
for (int i = 0; i < 8; i++) {
|
||||
printf("%d", byte >> (7 - i) & 1);
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
}
|
Loading…
Reference in a new issue