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 <campbell@blender.org>2022-08-26 05:45:20 +0300
committerCampbell Barton <campbell@blender.org>2022-08-26 05:47:21 +0300
commita3e1a9e2aace26a71c2698cd96ce4086db25e94d (patch)
treecd93c6b35be472aed10b425a04aa7376aeaa8c06 /source/blender/editors/interface
parentef51825c06242c12892337f87c82299c2996fa50 (diff)
Cleanup: spelling in comments, format
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_intern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h
index c8468950c34..0c842084de6 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -1545,10 +1545,10 @@ uiButViewItem *ui_block_view_find_matching_view_item_but_in_old_block(
struct uiListType *UI_UL_cache_file_layers(void);
struct ID *ui_template_id_liboverride_hierarchy_make(struct bContext *C,
- struct Main *bmain,
- struct ID *owner_id,
- struct ID *id,
- const char **r_undo_push_label);
+ struct Main *bmain,
+ struct ID *owner_id,
+ struct ID *id,
+ const char **r_undo_push_label);
#ifdef __cplusplus
}