Skip to content

Commit fe74183

Browse files
committed
[Coroutines][NFC] Format line to 80 cols
1 parent 29a631a commit fe74183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Coroutines/CoroSplit.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,8 @@ void CoroCloner::create() {
934934
case coro::ABI::Switch:
935935
// Bootstrap attributes by copying function attributes from the
936936
// original function. This should include optimization settings and so on.
937-
NewAttrs = NewAttrs.addFnAttributes(Context, AttrBuilder(Context, OrigAttrs.getFnAttrs()));
937+
NewAttrs = NewAttrs.addFnAttributes(
938+
Context, AttrBuilder(Context, OrigAttrs.getFnAttrs()));
938939

939940
addFramePointerAttrs(NewAttrs, Context, 0,
940941
Shape.FrameSize, Shape.FrameAlign);

0 commit comments

Comments
 (0)