Skip to content

Commit

Permalink
Proper indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jan 24, 2024
1 parent 196b1b4 commit ca1484f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/timg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca1484f

Please sign in to comment.