[Bf-blender-cvs] [559999b2f54] geometry-nodes: Cleanup: minor changes

Jacques Lucke noreply at git.blender.org
Wed Nov 25 16:18:08 CET 2020


Commit: 559999b2f54764a1fdf8411f3681f207fefa4271
Author: Jacques Lucke
Date:   Wed Nov 25 16:17:58 2020 +0100
Branches: geometry-nodes
https://developer.blender.org/rB559999b2f54764a1fdf8411f3681f207fefa4271

Cleanup: minor changes

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

M	source/blender/blenlib/BLI_user_counter.hh
M	source/blender/blenloader/intern/readfile.c

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

diff --git a/source/blender/blenlib/BLI_user_counter.hh b/source/blender/blenlib/BLI_user_counter.hh
index 66c8e3ad215..ef276814981 100644
--- a/source/blender/blenlib/BLI_user_counter.hh
+++ b/source/blender/blenlib/BLI_user_counter.hh
@@ -25,8 +25,8 @@
 namespace blender {
 
 /**
- * A simple automatic reference counter. This should probably be moved to another file eventually.
- * It is similar to std::shared_ptr, but expects that the reference count is inside the object.
+ * A simple automatic reference counter. It is similar to std::shared_ptr, but expects that the
+ * reference count is inside the object.
  */
 template<typename T> class UserCounter {
  private:
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index fca6079ceb6..2c10dd446f1 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -89,7 +89,6 @@
 #include "BKE_report.h"
 #include "BKE_scene.h"
 #include "BKE_screen.h"
-
 #include "BKE_workspace.h"
 
 #include "DRW_engine.h"



More information about the Bf-blender-cvs mailing list