[Bf-blender-cvs] [53e53c11230] soc-2020-io-performance: Cleanup: clang-format

Ankit Meel noreply at git.blender.org
Sun Oct 18 22:19:03 CEST 2020


Commit: 53e53c112308fc0931ea7650ef42abfbd14e12d6
Author: Ankit Meel
Date:   Mon Oct 19 01:41:49 2020 +0530
Branches: soc-2020-io-performance
https://developer.blender.org/rB53e53c112308fc0931ea7650ef42abfbd14e12d6

Cleanup: clang-format

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

M	source/blender/editors/io/io_obj.c

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

diff --git a/source/blender/editors/io/io_obj.c b/source/blender/editors/io/io_obj.c
index fba6889f6eb..fbf4425c09e 100644
--- a/source/blender/editors/io/io_obj.c
+++ b/source/blender/editors/io/io_obj.c
@@ -68,11 +68,7 @@ const EnumPropertyItem io_obj_transform_axis_up[] = {
     {0, NULL, 0, NULL, NULL}};
 
 const EnumPropertyItem io_obj_export_evaluation_mode[] = {
-    {DAG_EVAL_RENDER,
-     "DAG_EVAL_RENDER",
-     0,
-     "Render",
-     "Export objects as they appear in render"},
+    {DAG_EVAL_RENDER, "DAG_EVAL_RENDER", 0, "Render", "Export objects as they appear in render"},
     {DAG_EVAL_VIEWPORT,
      "DAG_EVAL_VIEWPORT",
      0,



More information about the Bf-blender-cvs mailing list