Skip to content

Commit 692d63e

Browse files
committed
Remove whitespace
Signed-off-by: Tim Straubinger <[email protected]>
1 parent 109c3f2 commit 692d63e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openvdb_ax/openvdb_ax/compiler/PointExecutable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class OPENVDB_AX_API PointExecutable
169169

170170
private:
171171
friend class Compiler;
172-
172+
173173
FRIEND_TEST(TestPointExecutable, testConstructionDestruction);
174174
FRIEND_TEST(TestPointExecutable, testAttributeCodecs);
175175

openvdb_ax/openvdb_ax/compiler/VolumeExecutable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class OPENVDB_AX_API VolumeExecutable
295295

296296
private:
297297
friend class Compiler;
298-
298+
299299
FRIEND_TEST(TestVolumeExecutable, testConstructionDestruction);
300300

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

0 commit comments

Comments
 (0)