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>2019-01-31 00:28:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-31 00:30:45 +0300
commitda1da3053d759074b70130082289c0323ba2f901 (patch)
tree75023ce297b13c48e9c8eb9fe38183e12110c29c /source/blender/draw/modes/edit_lattice_mode.c
parentb21bd431e3a50c79d9db549254141fe7ffa311a7 (diff)
Cleanup: add trailing commas
Improve clang-format output.
Diffstat (limited to 'source/blender/draw/modes/edit_lattice_mode.c')
-rw-r--r--source/blender/draw/modes/edit_lattice_mode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/draw/modes/edit_lattice_mode.c b/source/blender/draw/modes/edit_lattice_mode.c
index 938f8b36e5d..c31d1c26139 100644
--- a/source/blender/draw/modes/edit_lattice_mode.c
+++ b/source/blender/draw/modes/edit_lattice_mode.c
@@ -168,7 +168,8 @@ static void EDIT_LATTICE_engine_init(void *vedata)
datatoc_common_globals_lib_glsl,
datatoc_edit_lattice_overlay_frag_glsl,
NULL},
- .defs = (const char *[]){world_clip_def_or_empty, NULL}});
+ .defs = (const char *[]){world_clip_def_or_empty, NULL},
+ });
}
}