From b40a468b4ceeaedd9165abf5ac1666737be02405 Mon Sep 17 00:00:00 2001 From: HifiExperiments Date: Mon, 6 Jan 2020 18:31:35 -0800 Subject: [PATCH] fix EOF --- libraries/entities-renderer/src/RenderableModelEntityItem.cpp | 2 +- libraries/entities/src/ModelEntityItem.cpp | 2 +- libraries/shared/src/BlendshapeConstants.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/entities-renderer/src/RenderableModelEntityItem.cpp b/libraries/entities-renderer/src/RenderableModelEntityItem.cpp index 40182a6965..d9a06261a7 100644 --- a/libraries/entities-renderer/src/RenderableModelEntityItem.cpp +++ b/libraries/entities-renderer/src/RenderableModelEntityItem.cpp @@ -1602,4 +1602,4 @@ void ModelEntityRenderer::metaBlendshapeOperator(render::ItemID renderItemID, in self.handleBlendedVertices(blendshapeNumber, blendshapeOffsets, blendedMeshSizes, subItemIDs); }); AbstractViewStateInterface::instance()->getMain3DScene()->enqueueTransaction(transaction); -} \ No newline at end of file +} diff --git a/libraries/entities/src/ModelEntityItem.cpp b/libraries/entities/src/ModelEntityItem.cpp index dd9841b519..9f54033373 100644 --- a/libraries/entities/src/ModelEntityItem.cpp +++ b/libraries/entities/src/ModelEntityItem.cpp @@ -785,4 +785,4 @@ QVector ModelEntityItem::getBlendshapeCoefficientVector() { _blendshapesChanged = false; // ok to change this within read lock here return _blendshapeCoefficientsVector; }); -} \ No newline at end of file +} diff --git a/libraries/shared/src/BlendshapeConstants.cpp b/libraries/shared/src/BlendshapeConstants.cpp index 8486477c78..0150e3854f 100644 --- a/libraries/shared/src/BlendshapeConstants.cpp +++ b/libraries/shared/src/BlendshapeConstants.cpp @@ -83,4 +83,4 @@ QMap blendshapeLookupMap = [] { toReturn[FACESHIFT_BLENDSHAPES[i]] = i; } return toReturn; -}(); \ No newline at end of file +}();