From 692d63e3b8ae8d218ed7f08a3d7e56452dc9f050 Mon Sep 17 00:00:00 2001 From: Tim Straubinger Date: Tue, 7 Jan 2025 14:43:40 -0800 Subject: [PATCH] Remove whitespace Signed-off-by: Tim Straubinger --- openvdb_ax/openvdb_ax/compiler/PointExecutable.h | 2 +- openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openvdb_ax/openvdb_ax/compiler/PointExecutable.h b/openvdb_ax/openvdb_ax/compiler/PointExecutable.h index c30dd82e54..dcb55acb97 100644 --- a/openvdb_ax/openvdb_ax/compiler/PointExecutable.h +++ b/openvdb_ax/openvdb_ax/compiler/PointExecutable.h @@ -169,7 +169,7 @@ class OPENVDB_AX_API PointExecutable private: friend class Compiler; - + FRIEND_TEST(TestPointExecutable, testConstructionDestruction); FRIEND_TEST(TestPointExecutable, testAttributeCodecs); diff --git a/openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h b/openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h index 02977b5514..30a10764a3 100644 --- a/openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h +++ b/openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h @@ -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