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:
authorJacques Lucke <jacques@blender.org>2020-09-11 12:21:53 +0300
committerJacques Lucke <jacques@blender.org>2020-09-11 12:21:53 +0300
commit1025b5b924ce7a25b4db9b63f43cd2bba55fbede (patch)
treeec2fe6f85fb639817394f28843ac1e3e00212c69 /source/blender/makesrna
parentff4578a6e7dd0f8254ba91b8b44f4fa88a64c8bb (diff)
Cleanup: make format
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_space.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 66d7685b3a6..794b516489a 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2971,10 +2971,10 @@ static void rna_def_space_outliner(BlenderRNA *brna)
"View Layer",
"Display collections and objects in the view layer"},
{SO_SEQUENCE,
- "SEQUENCE",
- ICON_SEQUENCE,
- "Video Sequencer",
- "Display data belonging to the Video Sequencer"},
+ "SEQUENCE",
+ ICON_SEQUENCE,
+ "Video Sequencer",
+ "Display data belonging to the Video Sequencer"},
{SO_LIBRARIES,
"LIBRARIES",
ICON_FILE_BLEND,