Skip to content

Commit 507c379

Browse files
committed
clang-format
Signed-off-by: João Mai <jmai@precisioninno.com>
1 parent 719e326 commit 507c379

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/mpl/src/hier_rtlmp.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ class HierRTLMP
180180
const Rect& blockage,
181181
const Rect& outline) const;
182182
void eliminateOverlaps(std::vector<Rect>& blockages) const;
183-
void blockagesAsFixedSoftMacros(
184-
const std::vector<Rect>& blockages,
185-
std::map<std::string, int>& soft_macro_id_map,
186-
std::vector<SoftMacro>& macros);
183+
void blockagesAsFixedSoftMacros(const std::vector<Rect>& blockages,
184+
std::map<std::string, int>& soft_macro_id_map,
185+
std::vector<SoftMacro>& macros);
187186
void createFixedTerminals(Cluster* parent,
188187
std::map<std::string, int>& soft_macro_id_map,
189188
std::vector<SoftMacro>& soft_macros);

0 commit comments

Comments
 (0)