From 0d3e055bda43ac2f8a1cea68cb7fcf98a9adc6e6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 18 Jul 2019 15:26:45 +0200 Subject: Cleanup messed-up comment formating from codestyle apply... --- source/blender/blenkernel/intern/library.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/library.c') diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c index 7e8128945e7..b62ec88ed24 100644 --- a/source/blender/blenkernel/intern/library.c +++ b/source/blender/blenkernel/intern/library.c @@ -1913,7 +1913,8 @@ static void library_make_local_copying_check(ID *id, * \param bmain: Almost certainly global main. * \param lib: If not NULL, only make local data-blocks from this library. * \param untagged_only: If true, only make local data-blocks not tagged with - * LIB_TAG_PRE_EXISTING. \param set_fake: If true, set fake user on all localized data-blocks + * LIB_TAG_PRE_EXISTING. + * \param set_fake: If true, set fake user on all localized data-blocks * (except group and objects ones). */ /* Note: Old (2.77) version was simply making (tagging) data-blocks as local, -- cgit v1.2.3