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-30 01:18:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-30 02:15:17 +0300
commitac447ba1a3f2479f65c9ceddebaafc47681623ba (patch)
treeb134c5750696a977700f990477d9e3478750ae0a /source/blender/editors/space_spreadsheet
parente2473d3baf00eb9984ce679c716489d891019279 (diff)
Cleanup: clang-format, trailing space
Diffstat (limited to 'source/blender/editors/space_spreadsheet')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_panels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_panels.cc b/source/blender/editors/space_spreadsheet/spreadsheet_panels.cc
index 8f923ea4a63..854c3d4aba6 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_panels.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_panels.cc
@@ -34,4 +34,4 @@ void spreadsheet_data_set_region_panels_register(ARegionType &region_type)
BLI_addtail(&region_type.paneltypes, panel_type);
}
-} // namespace blender::ed::spreadsheet \ No newline at end of file
+} // namespace blender::ed::spreadsheet