tidy round1

This commit is contained in:
James Cherry
2026-04-13 14:59:05 -07:00
parent 0a8a86d606
commit 63efee64bf
328 changed files with 3030 additions and 3441 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
// OpenSTA, Static Timing Analyzer
// Copyright (c) 2025, Parallax Software, Inc.
// Copyright (c) 2026, Parallax Software, Inc.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -78,7 +78,7 @@ stringFloat(const std::string &str)
void
trimRight(std::string &str)
{
str.erase(str.find_last_not_of(" ") + 1);
str.erase(str.find_last_not_of(' ') + 1);
}
StringSeq
@@ -98,4 +98,4 @@ parseTokens(const std::string &text,
return tokens;
}
} // namespace
} // namespace sta