mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Negligible indentation fix.
This commit is contained in:
parent
01e5dae512
commit
24251a2768
@ -310,7 +310,7 @@ void UEF::queue_defined_data(uint32_t length)
|
|||||||
switch(parity_type)
|
switch(parity_type)
|
||||||
{
|
{
|
||||||
default: break;
|
default: break;
|
||||||
case 'E': queue_bit(parity_value&1); break;
|
case 'E': queue_bit(parity_value&1); break;
|
||||||
case 'O': queue_bit((parity_value&1) ^ 1); break;
|
case 'O': queue_bit((parity_value&1) ^ 1); break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user