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>2018-06-17 18:06:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:06:28 +0300
commita24b4e6090057479796e914bc603119b12f6ca06 (patch)
tree3f96950dfb7b2591fbafb6f9f9e77662c27c8d94 /source/blender/alembic/intern/abc_mesh.h
parent76c2203f9ca5a9f9feeffd594ce6e997ff97b908 (diff)
Cleanup: trailing space for remaining source/
Diffstat (limited to 'source/blender/alembic/intern/abc_mesh.h')
-rw-r--r--source/blender/alembic/intern/abc_mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_mesh.h b/source/blender/alembic/intern/abc_mesh.h
index 77c352d7cd3..70d92f894d2 100644
--- a/source/blender/alembic/intern/abc_mesh.h
+++ b/source/blender/alembic/intern/abc_mesh.h
@@ -81,7 +81,7 @@ private:
void writeArbGeoParams(DerivedMesh *dm);
void getGeoGroups(DerivedMesh *dm, std::map<std::string, std::vector<int32_t> > &geoGroups);
-
+
/* fluid surfaces support */
void getVelocities(DerivedMesh *dm, std::vector<Imath::V3f> &vels);