Skip to content

Commit eaf317e

Browse files
committed
clang-format
Signed-off-by: João Mai <[email protected]>
1 parent 0f35bb8 commit eaf317e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mpl/src/SimulatedAnnealingCore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ class SimulatedAnnealingCore
120120
void calWirelength();
121121
float computeNetsWireLength(const std::vector<BundledNet>& nets) const;
122122
int64_t computeWLForClusterOfUnplacedIOPins(const T& macro,
123-
const T& unplaced_ios,
124-
float net_weight) const;
123+
const T& unplaced_ios,
124+
float net_weight) const;
125125
bool isOutsideTheOutline(const T& macro) const;
126126
void calGuidancePenalty();
127127
void calFencePenalty();

0 commit comments

Comments
 (0)