[Bf-blender-cvs] [0d3e055bda4] master: Cleanup messed-up comment formating from codestyle apply...

Bastien Montagne noreply at git.blender.org
Fri Jul 19 13:59:18 CEST 2019


Commit: 0d3e055bda43ac2f8a1cea68cb7fcf98a9adc6e6
Author: Bastien Montagne
Date:   Thu Jul 18 15:26:45 2019 +0200
Branches: master
https://developer.blender.org/rB0d3e055bda43ac2f8a1cea68cb7fcf98a9adc6e6

Cleanup messed-up comment formating from codestyle apply...

===================================================================

M	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,



More information about the Bf-blender-cvs mailing list