Skip to content

Commit 362c442

Browse files
committed
Apply clang-format
1 parent 88793b6 commit 362c442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/DirectX/DXILShaderFlags.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
using namespace llvm;
3333
using namespace llvm::dxil;
3434

35-
static bool hasUAVsAtEveryStage(DXILResourceMap &DRM, const ModuleMetadataInfo &MMDI) {
35+
static bool hasUAVsAtEveryStage(DXILResourceMap &DRM,
36+
const ModuleMetadataInfo &MMDI) {
3637
if (DRM.uavs().empty())
3738
return false;
3839

0 commit comments

Comments
 (0)