Skip to content

Commit 01ca701

Browse files
committed
Remove trailing whitespace.
Signed-off-by: Jeff Lait <jlait@andorra.sidefx.com>
1 parent 5f95035 commit 01ca701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvdb/openvdb/math/Half.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ namespace internal {
203203
// Use of lookup table is explicitly suppressed and the generation of
204204
// a lookup table is suppressed. This is required because we namespace
205205
// our type, but the lookup table is extern "C" and lacks a namespace.
206-
// Thus any attempt to link two versions of OpenVDB with different
206+
// Thus any attempt to link two versions of OpenVDB with different
207207
// namespaces will clash due to redefinition with a new type.
208208
// The default was not to use a lookup table.
209209
#undef IMATH_HALF_USE_LOOKUP_TABLE

0 commit comments

Comments
 (0)