[Bf-blender-cvs] [d35121a79ca] refactor-mesh-uv-map-generic: Cleanup: Remove newline

Hans Goudey noreply at git.blender.org
Mon Jan 2 00:42:14 CET 2023


Commit: d35121a79ca305abb328979727218bb5be7b953b
Author: Hans Goudey
Date:   Sun Jan 1 18:42:09 2023 -0500
Branches: refactor-mesh-uv-map-generic
https://developer.blender.org/rBd35121a79ca305abb328979727218bb5be7b953b

Cleanup: Remove newline

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

M	source/blender/editors/mesh/mesh_data.cc

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

diff --git a/source/blender/editors/mesh/mesh_data.cc b/source/blender/editors/mesh/mesh_data.cc
index 261239cefcc..512c69eedb2 100644
--- a/source/blender/editors/mesh/mesh_data.cc
+++ b/source/blender/editors/mesh/mesh_data.cc
@@ -265,7 +265,6 @@ int ED_mesh_uv_add(
   }
 
   char unique_name[MAX_CUSTOMDATA_LAYER_NAME];
-
   BKE_id_attribute_calc_unique_name(&me->id, name, unique_name);
   bool is_init = false;



More information about the Bf-blender-cvs mailing list