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-11-16 08:48:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-16 08:48:19 +0300
commit4eac03d821fa17546f562485f7d073813a5e5943 (patch)
tree90e041a0984ef17d2d27f30dfbb735dcfa13b246 /source/blender/editors/gpencil
parent01db805a82129a27b1408d62417c40b0717228dc (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index a1c2ff12866..19aa3b69bbb 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -2647,7 +2647,7 @@ void ED_gpencil_select_curve_toggle_all(bContext *C, int action)
GP_EDITABLE_CURVES_END(gps_iter);
}
else {
- GP_EDITABLE_STROKES_BEGIN(gps_iter, C, gpl, gps){
+ GP_EDITABLE_STROKES_BEGIN (gps_iter, C, gpl, gps) {
Object *ob = CTX_data_active_object(C);
bGPdata *gpd = ob->data;
bool selected = false;