Skip to content

Commit e94a768

Browse files
authored
Update detailed_global_legacy.cxx
Signed-off-by: PrecisEDAnon <[email protected]>
1 parent a653e5e commit e94a768

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/dpl/src/optimization/detailed_global_legacy.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: BSD-3-Clause
22
// Copyright (c) 2021-2025, The OpenROAD Authors
3-
// This file exists to preserve traditional DPO behavior and should at some point be merged with the newer DPO flow more cohesively.
3+
// This file exists to preserve traditional DPO behavior and should at some
4+
// point be merged with the newer DPO flow more cohesively.
45

56
#include "detailed_global_legacy.h"
67

@@ -26,7 +27,6 @@ namespace dpl {
2627

2728
namespace legacy {
2829

29-
3030
using utl::DPL;
3131

3232
////////////////////////////////////////////////////////////////////////////////
@@ -414,7 +414,6 @@ void DetailedGlobalSwap::stats()
414414
moves_);
415415
}
416416

417-
418417
} // namespace legacy
419418

420419
} // namespace dpl

0 commit comments

Comments
 (0)