From a0a1b1318dc886c72eaf60792dbb40f1ea3eeb97 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 24 May 2021 13:44:52 +0200 Subject: Fixed formatting --- libs/libgui/gfx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/libgui/gfx.c b/libs/libgui/gfx.c index 8bdea87..373c099 100644 --- a/libs/libgui/gfx.c +++ b/libs/libgui/gfx.c @@ -204,7 +204,8 @@ static void gfx_image_cache_save(const char *path, struct bmp *bmp) list_add(gfx_image_cache_list, cache); } -void gfx_load_image_filter(struct gfx_context *ctx, vec2 pos, enum gfx_filter filter, const char *path) +void gfx_load_image_filter(struct gfx_context *ctx, vec2 pos, enum gfx_filter filter, + const char *path) { // TODO: Detect image type -- cgit v1.2.3