From b2859e69c133fc650ae91c7abd9e401b888d3d30 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 7 Apr 2022 14:34:51 +1000 Subject: Cleanup: clang-format --- source/blender/editors/io/io_usd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/io') diff --git a/source/blender/editors/io/io_usd.c b/source/blender/editors/io/io_usd.c index 51181f7caaa..bff1bdd0ed8 100644 --- a/source/blender/editors/io/io_usd.c +++ b/source/blender/editors/io/io_usd.c @@ -524,7 +524,8 @@ void WM_OT_usd_import(struct wmOperatorType *ot) RNA_def_boolean(ot->srna, "read_mesh_uvs", true, "UV Coordinates", "Read mesh UV coordinates"); - RNA_def_boolean(ot->srna, "read_mesh_colors", false, "Color Attributes", "Read mesh color attributes"); + RNA_def_boolean( + ot->srna, "read_mesh_colors", false, "Color Attributes", "Read mesh color attributes"); RNA_def_string(ot->srna, "prim_path_mask", -- cgit v1.2.3