From 273fc9162d69c152f35e615239491a92e417f158 Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 28 Jul 2026 17:39:21 +0800 Subject: Reformat display.h --- display.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'display.h') diff --git a/display.h b/display.h index b5437d2..ac405e7 100644 --- a/display.h +++ b/display.h @@ -35,7 +35,8 @@ typedef struct { void color_pair_init(void); terminal *ncurses_init(void); -static inline WINDOW *get_root_win(const terminal *t) +static inline WINDOW * +get_root_win(const terminal *t) { if (!t) { log_write(LOG_ERR, "get_root_win: terminal is NULL"); -- cgit v1.2.3