[Bf-blender-cvs] [9e477090896] blender2.8: Typo fixes

Joshua Leung noreply at git.blender.org
Thu Aug 23 07:11:04 CEST 2018


Commit: 9e4770908968903537eff32df8d7a2f6b6641a8e
Author: Joshua Leung
Date:   Thu Aug 23 00:04:38 2018 +1200
Branches: blender2.8
https://developer.blender.org/rB9e4770908968903537eff32df8d7a2f6b6641a8e

Typo fixes

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

M	source/blender/depsgraph/intern/nodes/deg_node.cc

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

diff --git a/source/blender/depsgraph/intern/nodes/deg_node.cc b/source/blender/depsgraph/intern/nodes/deg_node.cc
index e09ba8c4f05..3e2c48e9096 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node.cc
@@ -121,7 +121,7 @@ eDepsNode_Class DepsNode::get_class() const {
 /*******************************************************************************
  * Generic nodes definition.
  */
-\
+
 DEG_DEPSNODE_DEFINE(TimeSourceDepsNode, DEG_NODE_TYPE_TIMESOURCE, "Time Source");
 static DepsNodeFactoryImpl<TimeSourceDepsNode> DNTI_TIMESOURCE;



More information about the Bf-blender-cvs mailing list