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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-20 01:13:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-20 01:17:25 +0300
commitd73f6647906d4562a191b78faa578a619090aea9 (patch)
treee3ebdfd7b4d415a0b1c7f569c1d9dd6ffb8deea4 /source
parentd7b4350749ce3906fcca9803b863fb029b3f541a (diff)
Cleanup: trailing space, use single quotes for enums
Diffstat (limited to 'source')
-rw-r--r--source/blender/draw/intern/draw_manager_text.h2
-rw-r--r--source/blender/nodes/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/draw/intern/draw_manager_text.h b/source/blender/draw/intern/draw_manager_text.h
index 4f3a6153775..883b37c52af 100644
--- a/source/blender/draw/intern/draw_manager_text.h
+++ b/source/blender/draw/intern/draw_manager_text.h
@@ -64,4 +64,4 @@ struct DRWTextStore *DRW_text_cache_ensure(void);
#ifdef __cplusplus
}
-#endif \ No newline at end of file
+#endif
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 879d24fdf53..9cf04ac3aab 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -224,7 +224,7 @@ set(SRC
geometry/nodes/node_geo_distribute_points_on_faces.cc
geometry/nodes/node_geo_edge_split.cc
geometry/nodes/node_geo_input_curve_handles.cc
- geometry/nodes/node_geo_input_curve_tilt.cc
+ geometry/nodes/node_geo_input_curve_tilt.cc
geometry/nodes/node_geo_input_index.cc
geometry/nodes/node_geo_input_material.cc
geometry/nodes/node_geo_input_material_index.cc
@@ -264,7 +264,7 @@ set(SRC
geometry/nodes/node_geo_separate_geometry.cc
geometry/nodes/node_geo_set_curve_handles.cc
geometry/nodes/node_geo_set_curve_radius.cc
- geometry/nodes/node_geo_set_curve_tilt.cc
+ geometry/nodes/node_geo_set_curve_tilt.cc
geometry/nodes/node_geo_set_material.cc
geometry/nodes/node_geo_set_material_index.cc
geometry/nodes/node_geo_set_point_radius.cc