summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:45:33 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:46:21 -0400
commit3c9e139aec08d1bb406a6219122ca982b4b7dc34 (patch)
tree4d7993152bbb76f1d8b7df6de45fb032332b94d0 /ted.c
parente78bf3013ddb588638a93bed1f6eff4d0beb5106 (diff)
Remove trailing white space in source files
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c2
1 files changed, 1 insertions, 1 deletions
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) {