Skip to content

Commit 733ac6b

Browse files
committed
Fix formatting
1 parent 59a3c8f commit 733ac6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graphics/ShaderTools/src/SPIRVTools.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
// Temporarily disable warning C4127: conditional expression is constant
3131
// This warning is triggered by SPIRV-Tools headers in ThirdParty
3232
#ifdef _MSC_VER
33-
#pragma warning(push)
34-
#pragma warning(disable : 4127)
33+
# pragma warning(push)
34+
# pragma warning(disable : 4127)
3535
#endif
3636

3737
#include "spirv-tools/optimizer.hpp"

0 commit comments

Comments
 (0)