From 5252f41319b3d01b2825d18ee94db3e0980d0dfb Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Fri, 24 Sep 2021 09:39:59 +0200 Subject: [PATCH] Add missing blank line --- terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal.c b/terminal.c index 96cb5b6..73f68d0 100644 --- a/terminal.c +++ b/terminal.c @@ -41,6 +41,7 @@ static int current_vt = -1; static bool resized_vts[MAX_NR_CONSOLES]; static float height_factor = 1; + /** * Static prototypes */