Skip to content

Commit 4249143

Browse files
committed
Format code
1 parent dc0bd0a commit 4249143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Coroutines/CoroShape.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ struct Shape {
267267
explicit Shape(Function &F) {
268268
SmallVector<CoroFrameInst *, 8> CoroFrames;
269269
SmallVector<CoroSaveInst *, 2> UnusedCoroSaves;
270-
CoroPromiseInst * CoroPromise = nullptr;
270+
CoroPromiseInst *CoroPromise = nullptr;
271271

272272
analyze(F, CoroFrames, UnusedCoroSaves, CoroPromise);
273273
if (!CoroBegin) {

0 commit comments

Comments
 (0)