mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user