Skip to content

Commit ba831c0

Browse files
author
Greg Roth
committed
small clang-format change
1 parent 9002bee commit ba831c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/dxc/DXIL/DxilMetadataHelper.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ class DxilMDHelper {
688688
static void
689689
CopyMetadata(llvm::Instruction &I, llvm::Instruction &SrcInst,
690690
llvm::ArrayRef<unsigned> WL = llvm::ArrayRef<unsigned>());
691-
static bool
692-
LoadShaderModelName(const llvm::Module *pModule, std::string &str);
691+
static bool LoadShaderModelName(const llvm::Module *pModule,
692+
std::string &str);
693693

694694
private:
695695
llvm::LLVMContext &m_Ctx;

0 commit comments

Comments
 (0)