Skip to content

Commit e98da31

Browse files
jijinbeiclaude
andcommitted
Coding - Apply clang-format fix for RWGltf array initializer
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a6a8cec commit e98da31

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

src/DataExchange/TKDEGLTF/RWGltf/RWGltf_GltfRootElement.hxx

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,25 @@ enum class RWGltf_GltfRootElement
4646
inline const char* RWGltf_GltfRootElementName(RWGltf_GltfRootElement theElem)
4747
{
4848
static const char* THE_ROOT_NAMES[static_cast<int>(
49-
RWGltf_GltfRootElement::RWGltf_GltfRootElement_NB)] = {
50-
"asset",
51-
"scenes",
52-
"scene",
53-
"nodes",
54-
"meshes",
55-
"accessors",
56-
"bufferViews",
57-
"buffers",
58-
"animations",
59-
"materials",
60-
"programs",
61-
"samplers",
62-
"shaders",
63-
"skins",
64-
"techniques",
65-
"textures",
66-
"images",
67-
"extensionsUsed",
68-
"extensionsRequired"};
49+
RWGltf_GltfRootElement::RWGltf_GltfRootElement_NB)] = {"asset",
50+
"scenes",
51+
"scene",
52+
"nodes",
53+
"meshes",
54+
"accessors",
55+
"bufferViews",
56+
"buffers",
57+
"animations",
58+
"materials",
59+
"programs",
60+
"samplers",
61+
"shaders",
62+
"skins",
63+
"techniques",
64+
"textures",
65+
"images",
66+
"extensionsUsed",
67+
"extensionsRequired"};
6968
return THE_ROOT_NAMES[static_cast<int>(theElem)];
7069
}
7170

0 commit comments

Comments
 (0)