summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-11-22 15:13:16 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-11-22 15:13:16 -0800
commitf23dfda6a1256cbdf849612b1b484a1cc66040d2 (patch)
treec6d7faa8f38e95d55314d8794dfab7960327cbb8
parent7e83ae52d2c8fd9eeab389ccd33ec1e479b59dfc (diff)
til_fb: trivial indentation fixup
-rw-r--r--src/til_fb.c2
1 files changed, 1 insertions, 1 deletions
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);
© All Rights Reserved