From c243363e3ef44c37dec873fd5ebf31aae9d0a67f Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 12 Nov 2023 22:50:55 +0530
Subject: [PATCH] misc formatting

---
 screen.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/screen.h b/screen.h
index addd841..b87fca8 100644
--- a/screen.h
+++ b/screen.h
@@ -17,9 +17,9 @@
 #define  VFO_HEIGHT (100)
 #define  VFO_WIDTH  (display_width - METER_WIDTH - MENU_WIDTH)
 
-#define  BLACK_R (0.0)
-#define  BLACK_G (0.0)
-#define  BLACK_B (0.0)
+#define  BLACK_R  (0.0)
+#define  BLACK_G  (0.0)
+#define  BLACK_B  (0.0)
 
 #define  RED_R (1.0)
 #define  RED_G (0.0)
-- 
2.45.2