From 8c0ac6158cbcd01887791391cfd9116d7e354907 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 1 Jan 2024 22:45:11 -0500 Subject: [PATCH] Adjust indentation. --- Components/6845/CRTC6845.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/6845/CRTC6845.hpp b/Components/6845/CRTC6845.hpp index 9bedc799a..6100e1ac9 100644 --- a/Components/6845/CRTC6845.hpp +++ b/Components/6845/CRTC6845.hpp @@ -84,7 +84,7 @@ template 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; }