Skip to content

Commit

Permalink
ppl: clang-tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
  • Loading branch information
eder-matheus committed Feb 24, 2025
1 parent 8916e73 commit 28b4292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ppl/include/ppl/IOPlacer.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class IOPlacer
int place_slot);
void findSlots(const std::set<int>& layers, Edge edge);
std::vector<Point> findLayerSlots(int layer, Edge edge);
int computeDistanceBetweenPins(const int layer, const int min_distance);
int computeDistanceBetweenPins(int layer, int min_distance);
void findSlotsForTopLayer();
void filterObstructedSlotsForTopLayer();
std::vector<Section> findSectionsForTopLayer(const odb::Rect& region);
Expand Down

0 comments on commit 28b4292

Please sign in to comment.