[Bf-blender-cvs] [b60fa776786] soc-2021-porting-modifiers-to-nodes-merge-by-distance: Added missing line breaks at end of files.

Fabian Schempp noreply at git.blender.org
Fri Aug 13 08:26:44 CEST 2021


Commit: b60fa776786b1217f7f1b35eb9d843bbd651bace
Author: Fabian Schempp
Date:   Fri Aug 13 08:26:39 2021 +0200
Branches: soc-2021-porting-modifiers-to-nodes-merge-by-distance
https://developer.blender.org/rBb60fa776786b1217f7f1b35eb9d843bbd651bace

Added missing line breaks at end of files.

===================================================================

M	source/blender/geometry/CMakeLists.txt
M	source/blender/geometry/intern/mesh_merge_by_distance.c
M	source/blender/geometry/intern/pointcloud_merge_by_distance.cc

===================================================================

diff --git a/source/blender/geometry/CMakeLists.txt b/source/blender/geometry/CMakeLists.txt
index 67164aec2ed..df63a0ae081 100644
--- a/source/blender/geometry/CMakeLists.txt
+++ b/source/blender/geometry/CMakeLists.txt
@@ -44,4 +44,4 @@
          bf_blenlib
          )
 
- blender_add_lib(bf_geometry "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
\ No newline at end of file
+ blender_add_lib(bf_geometry "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
diff --git a/source/blender/geometry/intern/mesh_merge_by_distance.c b/source/blender/geometry/intern/mesh_merge_by_distance.c
index 1db2f44d370..a21c15c2c61 100644
--- a/source/blender/geometry/intern/mesh_merge_by_distance.c
+++ b/source/blender/geometry/intern/mesh_merge_by_distance.c
@@ -1924,4 +1924,4 @@ Mesh *GEO_mesh_merge_by_distance(const Mesh *mesh, const bool *mask, const float
 
   MEM_freeN(vert_dest_map);
   return result;
-}
\ No newline at end of file
+}
diff --git a/source/blender/geometry/intern/pointcloud_merge_by_distance.cc b/source/blender/geometry/intern/pointcloud_merge_by_distance.cc
index d91afbffc86..77794bb28b0 100644
--- a/source/blender/geometry/intern/pointcloud_merge_by_distance.cc
+++ b/source/blender/geometry/intern/pointcloud_merge_by_distance.cc
@@ -117,4 +117,4 @@ PointCloud *merge_by_distance_pointcloud(const PointCloud &point_cloud,
   }
 
   return result;
-}
\ No newline at end of file
+}



More information about the Bf-blender-cvs mailing list