Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lait <[email protected]>
  • Loading branch information
jmlait committed Aug 3, 2023
1 parent 5f95035 commit 01ca701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvdb/openvdb/math/Half.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ namespace internal {
// Use of lookup table is explicitly suppressed and the generation of
// a lookup table is suppressed. This is required because we namespace
// our type, but the lookup table is extern "C" and lacks a namespace.
// Thus any attempt to link two versions of OpenVDB with different
// Thus any attempt to link two versions of OpenVDB with different
// namespaces will clash due to redefinition with a new type.
// The default was not to use a lookup table.
#undef IMATH_HALF_USE_LOOKUP_TABLE
Expand Down

0 comments on commit 01ca701

Please sign in to comment.