mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-10 16:30:07 +00:00
Adjust indentation.
This commit is contained in:
parent
34b98be6d4
commit
8c0ac6158c
@ -84,7 +84,7 @@ template <class BusHandlerT, Personality personality, CursorType cursor_type> cl
|
||||
switch(personality) {
|
||||
case Personality::UM6845R: return status_ | (bus_state_.vsync ? 0x20 : 0x00);
|
||||
case Personality::AMS40226: return get_register();
|
||||
default: return 0xff;
|
||||
default: return 0xff;
|
||||
}
|
||||
return 0xff;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user