mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Negligible indentation fix.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user