From f23dfda6a1256cbdf849612b1b484a1cc66040d2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 22 Nov 2023 15:13:16 -0800 Subject: til_fb: trivial indentation fixup --- src/til_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/til_fb.c b/src/til_fb.c index 78bae4d..951688c 100644 --- a/src/til_fb.c +++ b/src/til_fb.c @@ -553,7 +553,7 @@ til_fb_t * til_fb_free(til_fb_t *fb) int til_fb_new(const til_fb_ops_t *ops, const char *title, const til_setup_t *setup, int n_pages, til_fb_t **res_fb) { _til_fb_page_t *page; - til_fb_t *fb; + til_fb_t *fb; int r; assert(ops); -- cgit v1.2.1