Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-13 10:50:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-13 10:50:02 +0300
commit9d336576b546ebf3ad1628e9e1f6f732207ee76d (patch)
tree3c6b6fe4f2c6cca720347e361ea7f8a0e3ec16ac /source/blender/io/usd/intern/usd_reader_curve.cc
parente0394761b954759f8723bdc8f4a1686bf70954ed (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/io/usd/intern/usd_reader_curve.cc')
-rw-r--r--source/blender/io/usd/intern/usd_reader_curve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/intern/usd_reader_curve.cc b/source/blender/io/usd/intern/usd_reader_curve.cc
index 7410757a9d9..12de1d82c72 100644
--- a/source/blender/io/usd/intern/usd_reader_curve.cc
+++ b/source/blender/io/usd/intern/usd_reader_curve.cc
@@ -46,7 +46,7 @@ void USDCurvesReader::create_object(Main *bmain, const double /* motionSampleTim
{
curve_ = BKE_curve_add(bmain, name_.c_str(), OB_CURVE);
- curve_->flag |= CU_3D;
+ curve_->flag |= CU_3D;
curve_->actvert = CU_ACT_NONE;
curve_->resolu = 2;