From ca1484fb89789ff0c0fbe3634a2609013105843b Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Tue, 23 Jan 2024 19:18:28 -0800 Subject: [PATCH] Proper indentation. --- src/timg.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/timg.cc b/src/timg.cc index f68451a..20b9036 100644 --- a/src/timg.cc +++ b/src/timg.cc @@ -460,11 +460,11 @@ static int PrintVersion(FILE *stream) { #ifdef WITH_TIMG_STB fprintf(stream, "STB image loading; STB resize v" -#ifdef STB_RESIZE_VERSION2 +# ifdef STB_RESIZE_VERSION2 "2" -#else +# else "1" -#endif +# endif # ifdef WITH_TIMG_GRPAPHICSMAGICK // If we have graphics magic, that will take images first, // so STB will only really be called as fallback.