Skip to content

Commit c7b0770

Browse files
committed
grt: fix clang format
Signed-off-by: Jonas Gava <[email protected]>
1 parent bab376a commit c7b0770

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/grt/src/fastroute/include/FastRoute.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,12 @@ class FastRouteCore
204204
int used,
205205
odb::dbNet* db_net);
206206
void setMaxNetDegree(int);
207-
void updateRouteGridsLayer(int x1, int y1, int x2, int y2, int layer, odb::dbNet* db_net);
207+
void updateRouteGridsLayer(int x1,
208+
int y1,
209+
int x2,
210+
int y2,
211+
int layer,
212+
odb::dbNet* db_net);
208213
void setVerbose(bool v);
209214
void setCriticalNetsPercentage(float u);
210215
float getCriticalNetsPercentage() { return critical_nets_percentage_; };

0 commit comments

Comments
 (0)