From c5734e2c4d9a1259dd988698f306953a9edc2eeb Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 13 Apr 2024 18:21:32 +0200 Subject: [PATCH] whitespace --- debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger.cpp b/debugger.cpp index 7fb1be9..34ee4f9 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -557,7 +557,7 @@ void dump_par_pdr(console *const cnsl, bus *const b, const uint16_t pdrs, const else cnsl->put_string_lf(format("%s DISABLED", name.c_str())); - cnsl->put_string_lf(" PAR PDR LEN"); + cnsl->put_string_lf(" PAR PDR LEN"); for(int i=0; i<8; i++) { if (selection.has_value() && i != selection.value())