1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Adjust indentation.

This commit is contained in:
Thomas Harte 2024-01-01 22:45:11 -05:00
parent 34b98be6d4
commit 8c0ac6158c

View File

@ -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;
}