SDL2/src/test
Sam Lantinga 5750bcb174
Update for SDL3 coding style (#6717)
I updated .clang-format and ran clang-format 14 over the src and test directories to standardize the code base.

In general I let clang-format have it's way, and added markup to prevent formatting of code that would break or be completely unreadable if formatted.

The script I ran for the src directory is added as build-scripts/clang-format-src.sh

This fixes:
#6592
#6593
#6594
2022-11-30 12:51:59 -08:00
..
SDL_test_assert.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_common.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_compare.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_crc32.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_font.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_fuzzer.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_harness.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_imageBlit.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_imageBlitBlend.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_imageFace.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_imagePrimitives.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_imagePrimitivesBlend.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_log.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_md5.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_memory.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
SDL_test_random.c Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00