Style: Apply clang-format grouping rules

This commit is contained in:
Rémi Verschelde
2026-03-16 22:19:08 +01:00
parent 764bda8d6c
commit e33e98a26f
260 changed files with 482 additions and 448 deletions
+4 -4
View File
@@ -30,12 +30,12 @@
#include "image_loader_tinyexr.h"
#include <zlib.h> // Should come before including tinyexr.
#include "thirdparty/tinyexr/tinyexr.h"
#include "core/io/file_access_memory.h"
#include <zlib.h>
// zlib should come before including tinyexr.
#include <thirdparty/tinyexr/tinyexr.h>
Error ImageLoaderTinyEXR::load_image(Ref<Image> p_image, Ref<FileAccess> f, BitField<ImageFormatLoader::LoaderFlags> p_flags, float p_scale) {
Vector<uint8_t> src_image;
uint64_t src_image_len = f->get_length();