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-03-05 00:05:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-05 00:05:21 +0300
commit5b0f1e7649acca541559ef2536b15d1525422571 (patch)
tree778772fceddc24e5abd98540ba6a4330dd5f2d89 /source/blender/blenlib
parenta297a6c444c7463295f0447a55a5f9542414529c (diff)
Cleanup: formatting, strip trailing space
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/boxpack_2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/boxpack_2d.c b/source/blender/blenlib/intern/boxpack_2d.c
index 8a2427a32a8..c0c4613daf4 100644
--- a/source/blender/blenlib/intern/boxpack_2d.c
+++ b/source/blender/blenlib/intern/boxpack_2d.c
@@ -780,4 +780,4 @@ void BLI_box_pack_2d_fixedarea(ListBase *boxes, int width, int height, ListBase
}
BLI_freelistN(&spaces);
-} \ No newline at end of file
+}