Skip to content

Commit e18e624

Browse files
committed
Fixed lint issue.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 7da70cc commit e18e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsz/src/Rebuffer.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Rebuffer : public sta::dbStaState
151151
float drvr_load_high_water_mark_ = 0.0f;
152152
const Corner* corner_ = nullptr;
153153
LibertyPort* drvr_port_ = nullptr;
154-
Path* arrival_paths_[RiseFall::index_count] = {0};
154+
Path* arrival_paths_[RiseFall::index_count] = {nullptr};
155155

156156
int resizer_max_wire_length_ = 0;
157157
int wire_length_step_ = 0;

0 commit comments

Comments
 (0)