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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-09-05 19:21:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-05 19:21:27 +0300
commitffec86bb62c52665ef6a05770f03ab69fa6bb231 (patch)
tree6d080aee3dc00c1145b4d009de6e0c1f47366594 /source/blender/editors/include/ED_object.h
parent3a8d9198b33d9c90abd3a134ee26e2f68ff52002 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/include/ED_object.h')
-rw-r--r--source/blender/editors/include/ED_object.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index bf9e30b756f..afaf11f5a8e 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -353,9 +353,9 @@ void ED_object_mode_generic_exit(struct Main *bmain,
bool ED_object_mode_generic_has_data(struct Depsgraph *depsgraph, struct Object *ob);
void ED_object_posemode_set_for_weight_paint(struct bContext *C,
- struct Main *bmain,
- struct Object *ob,
- const bool is_mode_set);
+ struct Main *bmain,
+ struct Object *ob,
+ const bool is_mode_set);
/* object_modifier.c */
enum {
@@ -387,12 +387,12 @@ bool ED_object_modifier_move_to_index(struct ReportList *reports,
const int index);
bool ED_object_modifier_convert(struct ReportList *reports,
- struct Main *bmain,
- struct Depsgraph *depsgraph,
- struct Scene *scene,
- struct ViewLayer *view_layer,
- struct Object *ob,
- struct ModifierData *md);
+ struct Main *bmain,
+ struct Depsgraph *depsgraph,
+ struct Scene *scene,
+ struct ViewLayer *view_layer,
+ struct Object *ob,
+ struct ModifierData *md);
bool ED_object_modifier_apply(struct Main *bmain,
struct ReportList *reports,
struct Depsgraph *depsgraph,