Skip to content

Commit 3603875

Browse files
Make DxilDebugBreakInstrumentation.cpp clang-format compliant
1 parent e8c883e commit 3603875

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/DxilPIXPasses/DxilDebugBreakInstrumentation.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ bool DxilDebugBreakInstrumentation::runOnModule(Module &M) {
8787

8888
uint32_t InstructionNumber = 0;
8989
if (!pix_dxil::PixDxilInstNum::FromInst(CI, &InstructionNumber)) {
90-
DXASSERT(false, "Failed to extract PIX instruction number metadata from DebugBreak call");
90+
DXASSERT(false, "Failed to extract PIX instruction number metadata from "
91+
"DebugBreak call");
9192
}
9293

9394
// The output UAV is treated as a bit array where each bit corresponds

0 commit comments

Comments
 (0)