Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Straubinger <[email protected]>
  • Loading branch information
tstraubinger committed Jan 7, 2025
1 parent 109c3f2 commit 692d63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openvdb_ax/openvdb_ax/compiler/PointExecutable.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class OPENVDB_AX_API PointExecutable

private:
friend class Compiler;

FRIEND_TEST(TestPointExecutable, testConstructionDestruction);
FRIEND_TEST(TestPointExecutable, testAttributeCodecs);

Expand Down
2 changes: 1 addition & 1 deletion openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class OPENVDB_AX_API VolumeExecutable

private:
friend class Compiler;

FRIEND_TEST(TestVolumeExecutable, testConstructionDestruction);

/// @brief Constructor, expected to be invoked by the compiler. Should not
Expand Down

0 comments on commit 692d63e

Please sign in to comment.