From ff5f5b00df563386380293562d6a4c507ec032ef Mon Sep 17 00:00:00 2001 From: DL1YCF Date: Sun, 11 Oct 2020 15:27:37 +0200 Subject: [PATCH] converted a tab into spaces --- vfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfo.c b/vfo.c index 4d39307..4e69fc4 100644 --- a/vfo.c +++ b/vfo.c @@ -1228,7 +1228,7 @@ void vfo_update() { if(can_transmit) { cairo_move_to(cr, 330, 50); if (transmitter->compressor) { - sprintf(temp_text,"CMPR %d",(int) transmitter->compressor_level); + sprintf(temp_text,"CMPR %d",(int) transmitter->compressor_level); cairo_set_source_rgb(cr, 1.0, 1.0, 0.0); cairo_show_text(cr, temp_text); } else { -- 2.45.2