Skip to content

Commit

Permalink
Fix whitespace issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Swartz <[email protected]>
  • Loading branch information
swahtz committed Oct 29, 2024
1 parent 844c79b commit ced3af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvdb_cmd/vdb_tool/src/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ TEST_F(Test_vdb_tool, Geometry)
EXPECT_EQ(openvdb::Vec4I(0,1,2,3), geo.quad()[0]);
}
#ifdef VDB_TOOL_USE_PDAL
{// read from PDAL-supported ASCII format file
{// read from PDAL-supported ASCII format file
// (NOTE: PDAL also supports other formats e.g. LAS, LAZ, E57, Draco, FBX, NumPy, OBJ,…)

// write a test file
Expand Down

0 comments on commit ced3af8

Please sign in to comment.