[TD]code review changes for dgh, dpg, dpgi, dra

This commit is contained in:
Wanderer Fan
2022-08-18 15:24:21 -04:00
committed by WandererFan
parent 644b4991e2
commit e8a25a8fdf
4 changed files with 40 additions and 31 deletions

View File

@@ -186,8 +186,8 @@ void DrawGeomHatch::makeLineSets()
std::vector<LineSet> DrawGeomHatch::makeLineSets(std::string fileSpec, std::string myPattern)
{
std::vector<LineSet> lineSets;
if ((!fileSpec.empty()) &&
(!myPattern.empty())) {
if (!fileSpec.empty() &&
!myPattern.empty()) {
std::vector<PATLineSpec> specs =
DrawGeomHatch::getDecodedSpecsFromFile(fileSpec,
myPattern);