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>2021-11-09 16:56:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-09 16:56:17 +0300
commit625349a6bd03f9af20a7f37814c8a91b02fa7d5c (patch)
tree52f3f25aa9ea2e067ba0768e0bbb0b39c4010b5f /source/blender/editors/interface/interface_context_path.cc
parent65bbac6692af373e943fceeb26f6db9fc45c10cb (diff)
Cleanup: spelling, C style comments
Diffstat (limited to 'source/blender/editors/interface/interface_context_path.cc')
-rw-r--r--source/blender/editors/interface/interface_context_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_context_path.cc b/source/blender/editors/interface/interface_context_path.cc
index b0f8d186afa..3f5efd187d8 100644
--- a/source/blender/editors/interface/interface_context_path.cc
+++ b/source/blender/editors/interface/interface_context_path.cc
@@ -82,4 +82,4 @@ void template_breadcrumbs(uiLayout &layout, Span<ContextPathItem> context_path)
} // namespace blender::ui
-/** \} */ \ No newline at end of file
+/** \} */