Skip to content

Commit

Permalink
mpl2: format
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <[email protected]>
  • Loading branch information
AcKoucher committed Jan 10, 2025
1 parent d163624 commit 389159b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/mpl2/src/SACoreSoftMacro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ void SACoreSoftMacro::calNotchPenalty()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand All @@ -672,8 +672,8 @@ void SACoreSoftMacro::calNotchPenalty()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand All @@ -689,8 +689,8 @@ void SACoreSoftMacro::calNotchPenalty()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand All @@ -706,8 +706,8 @@ void SACoreSoftMacro::calNotchPenalty()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand Down Expand Up @@ -1020,8 +1020,8 @@ void SACoreSoftMacro::fillDeadSpace()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand All @@ -1038,8 +1038,8 @@ void SACoreSoftMacro::fillDeadSpace()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand All @@ -1056,8 +1056,8 @@ void SACoreSoftMacro::fillDeadSpace()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand All @@ -1074,8 +1074,8 @@ void SACoreSoftMacro::fillDeadSpace()
if (grids[j][i] != -1) {
flag = false; // we cannot extend the current cluster
break;
} // end if
} // end y
} // end if
} // end y
if (!flag) { // extension done
break;
}
Expand Down

0 comments on commit 389159b

Please sign in to comment.