Skip to content

Commit 2155e86

Browse files
committed
Fix tabs.
Signed-off-by: Jeff Lait <jlait@andorra.sidefx.com>
1 parent a5e6bd9 commit 2155e86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openvdb_houdini/openvdb_houdini/GEO_PrimVDB.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ GEO_PrimVDB::getCEGrid(bool read, bool write) const
14371437
UT_ASSERT(!"Not implemented");
14381438
}
14391439
// Re-flag to write back.
1440-
myCEGridAuthorative = true;
1440+
myCEGridAuthorative = true;
14411441
}
14421442
return myCEGrid;
14431443
}
@@ -3500,7 +3500,7 @@ GEO_PrimVDB::GridAccessor::setTransformAdapter(
35003500

35013501
void
35023502
GEO_PrimVDB::GridAccessor::setGridAdapter(
3503-
const void* gridPtr,
3503+
const void* gridPtr,
35043504
GEO_PrimVDB &prim,
35053505
bool copyPosition)
35063506
{
@@ -3581,7 +3581,7 @@ GEO_PrimVDB::getGridName() const
35813581
{
35823582
GA_ROHandleS nameAttr(getParent(), GA_ATTRIB_PRIMITIVE, "name");
35833583
return nameAttr.isValid()
3584-
? static_cast<const char *>(nameAttr.get(getMapOffset())) : "";
3584+
? static_cast<const char *>(nameAttr.get(getMapOffset())) : "";
35853585
}
35863586

35873587

@@ -3824,7 +3824,7 @@ GEO_PrimVDB::backgroundV3() const
38243824
{ \
38253825
UT_String str; \
38263826
intrinsicGetMetaString(o, ID, str); \
3827-
v.append(str); \
3827+
v.append(str); \
38283828
return 1; \
38293829
} \
38303830
static geo_Size setSS(CLASS *o, const char **v, GA_Size) \
@@ -3869,7 +3869,7 @@ GA_START_INTRINSIC_DEF(GEO_PrimVDB, geo_NUM_INTRINSICS)
38693869
GA_INTRINSIC_SET_TUPLE_F(GEO_PrimVDB, geo_INTRINSIC_TRANSFORM,
38703870
intrinsicSetTransform);
38713871
GA_INTRINSIC_F(GEO_PrimVDB, geo_INTRINSIC_TAPER,
3872-
"taper", intrinsicTaper)
3872+
"taper", intrinsicTaper)
38733873

38743874
GA_INTRINSIC_S(GEO_PrimVDB, geo_INTRINSIC_VOLUMEVISUALMODE,
38753875
"volumevisualmode", intrinsicVisualMode)

0 commit comments

Comments
 (0)