Skip to content

Commit 5fe2f3d

Browse files
committed
pdn: fix clang-format in header
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 1241073 commit 5fe2f3d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/pdn/include/pdn/PdnGen.hh

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,19 @@ class PdnGen
145145
StartsWith starts_with,
146146
ExtensionMode extend,
147147
const std::vector<odb::dbNet*>& nets);
148-
void makeConnect(Grid* grid,
149-
odb::dbTechLayer* layer0,
150-
odb::dbTechLayer* layer1,
151-
int cut_pitch_x,
152-
int cut_pitch_y,
153-
const std::vector<odb::dbTechViaGenerateRule*>& vias,
154-
const std::vector<odb::dbTechVia*>& techvias,
155-
int max_rows,
156-
int max_columns,
157-
const std::vector<odb::dbTechLayer*>& ongrid,
158-
const std::map<odb::dbTechLayer*, std::pair<int, bool>>& split_cuts,
159-
const std::string& dont_use_vias);
148+
void makeConnect(
149+
Grid* grid,
150+
odb::dbTechLayer* layer0,
151+
odb::dbTechLayer* layer1,
152+
int cut_pitch_x,
153+
int cut_pitch_y,
154+
const std::vector<odb::dbTechViaGenerateRule*>& vias,
155+
const std::vector<odb::dbTechVia*>& techvias,
156+
int max_rows,
157+
int max_columns,
158+
const std::vector<odb::dbTechLayer*>& ongrid,
159+
const std::map<odb::dbTechLayer*, std::pair<int, bool>>& split_cuts,
160+
const std::string& dont_use_vias);
160161

161162
void writeToDb(bool add_pins, const std::string& report_file = "") const;
162163
void ripUp(odb::dbNet* net);

0 commit comments

Comments
 (0)