From 8656027282931d8d279ce66a52775eacf9dd59a9 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 21:08:39 +1000 Subject: git(attributes): Force LF for all text files except windows specific files --- tests/format/image/png/png_open.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/format/image/png/png_open.c') diff --git a/tests/format/image/png/png_open.c b/tests/format/image/png/png_open.c index 3542ffa..4e16111 100644 --- a/tests/format/image/png/png_open.c +++ b/tests/format/image/png/png_open.c @@ -36,7 +36,9 @@ ff_result fftest_lenna256(ff_ctx* ctx) { fclose(file); ff_close_png(ctx, png_ctx); + #ifdef USE_BENCH ff_bench_print(ctx, &(ctx)->bench); + #endif return res; } -- cgit v1.2.3