mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 03:23:35 +02:00
tidy round1
This commit is contained in:
+2
-4
@@ -32,9 +32,7 @@ namespace sta {
|
||||
bool debug_on = false;
|
||||
|
||||
Debug::Debug(Report *report) :
|
||||
report_(report),
|
||||
debug_on_(false),
|
||||
stats_level_(0)
|
||||
report_(report)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -81,4 +79,4 @@ Debug::setLevel(std::string_view what,
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace sta
|
||||
|
||||
Reference in New Issue
Block a user