From 3c9e139aec08d1bb406a6219122ca982b4b7dc34 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Sep 2025 00:45:33 -0400 Subject: Remove trailing white space in source files --- ted.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.c') diff --git a/ted.c b/ted.c index 3487527..b5403c6 100644 --- a/ted.c +++ b/ted.c @@ -434,7 +434,7 @@ static Font *ted_load_single_font(Ted *ted, const char *filename) { arr_foreach_ptr(ted->all_fonts, LoadedFont, f) { if (paths_eq(path, f->path)) return f->font; - } + } Font *font = text_font_load(path, ted_active_settings(ted)->text_size); if (!font) { -- cgit v1.2.3