Skip to content

Commit 723e4fa

Browse files
committed
removed trailing whitespaces
Signed-off-by: Ken Museth <ken.museth@gmail.com>
1 parent e5ea7fb commit 723e4fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openvdb_cmd/vdb_tool/include/Parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ Parser::Parser(std::vector<Option> &&def)
14421442
} else {
14431443
using LoopT = FilesLoop<std::filesystem::directory_iterator>;
14441444
loop = std::make_shared<LoopT>(processor.memory(), iter, "file", this->getVec<std::string>("path"),
1445-
this->getVec<std::string>("extension",","),
1445+
this->getVec<std::string>("extension",","),
14461446
this->getVec<std::string>("include",","),
14471447
this->getVec<std::string>("exclude",","),
14481448
strSizeToByteSize(this->getStr("min_size")),

openvdb_cmd/vdb_tool/include/Tool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ void Tool::config()
15741574

15751575
void Tool::write()
15761576
{
1577-
const std::string &action_name = mParser.getAction().names[0];
1577+
const std::string &action_name = mParser.getAction().names[0];
15781578
OPENVDB_ASSERT(action_name == "write");
15791579
try {
15801580
for (std::string &fileName : mParser.getVec<std::string>("files")) {
@@ -2780,7 +2780,7 @@ void Tool::volumeToMesh()
27802780
} else if (mode==2 && grid->getGridClass() != GRID_FOG_VOLUME) {
27812781
throw std::invalid_argument("no fog volume with age "+std::to_string(age));
27822782
}
2783-
2783+
27842784
if (mParser.verbose) mTimer.start(action_name);
27852785

27862786
tools::VolumeToMesh mesher(iso, adaptivity, /*relaxDisorientedTriangles*/true);

0 commit comments

Comments
 (0)