Skip to content

Commit dbe560a

Browse files
committed
格式化 HEAD~1 的代码
1 parent 55f42dc commit dbe560a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/tools/llvm-reduce/DeltaManager.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ static const DeltaPass IR_Passes[] = {
8585
static const DeltaPass MIR_Passes[] = {
8686
#undef DELTA_PASS_IR
8787
#undef DELTA_PASS_MIR
88-
#define DELTA_PASS_MIR(NAME, FUNC, DESC) {NAME, FUNC, DESC},
89-
#include "DeltaPasses.def"
90-
#undef DELTA_PASS_MIR
88+
#define DELTA_PASS_MIR(NAME, FUNC, DESC) {NAME, FUNC, DESC},
89+
#include "DeltaPasses.def"
90+
#undef DELTA_PASS_MIR
9191
};
9292

9393

0 commit comments

Comments
 (0)