Skip to content

Commit f729055

Browse files
committed
clang-format
1 parent 38f93cb commit f729055

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/lib/CodeGen/HLSLBufferLayoutBuilder.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ class HLSLBufferLayoutBuilder {
3434
// Returns LLVM target extension type with the name LayoutTypeName
3535
// for given structure type and layout data. The first number in
3636
// the Layout is the size followed by offsets for each struct element.
37-
llvm::TargetExtType *
38-
createLayoutType(const RecordType *StructType,
39-
const CGHLSLOffsetInfo &OffsetInfo);
37+
llvm::TargetExtType *createLayoutType(const RecordType *StructType,
38+
const CGHLSLOffsetInfo &OffsetInfo);
4039

4140
private:
4241
bool layoutField(const clang::FieldDecl *FD, unsigned &EndOffset,

0 commit comments

Comments
 (0)