Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 22, 2024
1 parent e90ee1b commit f302ddc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Samples/2.0/Tutorials/Tutorial_OpenVR/Tutorial_OpenVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ namespace Demo
else if( *( originalDataFolder.end() - 1 ) != '/' )
originalDataFolder += "/";

const char *c_locations[] = { "Hlms/Common/GLSL",
"Hlms/Common/HLSL",
"Hlms/Common/Metal",
"Compute/VR",
"Compute/VR/Foveated",
"2.0/scripts/materials/PbsMaterials" };
const char *c_locations[] = { "Hlms/Common/GLSL", "Hlms/Common/HLSL",
"Hlms/Common/Metal", "Compute/VR",
"Compute/VR/Foveated", "2.0/scripts/materials/PbsMaterials" };

for( size_t i = 0; i < sizeof( c_locations ) / sizeof( c_locations[0] ); ++i )
{
Expand Down

0 comments on commit f302ddc

Please sign in to comment.