Skip to content

Commit 17694ec

Browse files
committed
clang format
1 parent 87680ba commit 17694ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/AST/TextNodeDumper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3037,7 +3037,8 @@ void TextNodeDumper::VisitHLSLBufferDecl(const HLSLBufferDecl *D) {
30373037
dumpName(D);
30383038
}
30393039

3040-
void TextNodeDumper::VisitHLSLRootSignatureDecl(const HLSLRootSignatureDecl *D) {
3040+
void TextNodeDumper::VisitHLSLRootSignatureDecl(
3041+
const HLSLRootSignatureDecl *D) {
30413042
dumpName(D);
30423043
}
30433044

0 commit comments

Comments
 (0)