Skip to content

Commit 00537dc

Browse files
committed
clang-format
Signed-off-by: Ethan Mahintorabi <[email protected]>
1 parent 6fb55d5 commit 00537dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsz/src/Rebuffer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ bool Rebuffer::bufferSizeCanDriveLoad(const BufferSize& size,
385385
size.cell->bufferPorts(inp, outp);
386386

387387
const float extra_cap = resizer_->dbuToMeters(extra_wire_length) * wire_cap
388-
+ outp->capacitance();
388+
+ outp->capacitance();
389389

390390
const float load_slew
391391
= (size.driver_resistance

0 commit comments

Comments
 (0)