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-02-11 01:10:56 +0300
committerCampbell Barton <campbell@blender.org>2022-02-11 01:14:35 +0300
commit1a705fa139d3c6204b0d31a84a5596df0f25c66f (patch)
treea4609efb06f2e35abb9f7c65517723e7f35ecdd3 /source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h
parent2cc47474434aaf7756ef5cfc7fcd099e179c0fd3 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h')
-rw-r--r--source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h
index baf0f6a6945..1234f1df37b 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h
+++ b/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h
@@ -38,7 +38,7 @@ class GPencilBackup {
void init_from_gpencil(bGPdata *gpd);
void restore_to_gpencil(bGPdata *gpd);
- const Depsgraph* depsgraph;
+ const Depsgraph *depsgraph;
};
} // namespace deg