yapf/yapf_costrail.hpp
changeset 4549 106ed18a7675
parent 3979 a905fc0f50aa
child 5095 15148a0e3bb8
--- a/yapf/yapf_costrail.hpp	Mon Sep 04 17:30:30 2006 +0000
+++ b/yapf/yapf_costrail.hpp	Mon Sep 04 20:40:33 2006 +0000
@@ -160,8 +160,8 @@
 	FORCEINLINE void SetMaxCost(int max_cost) {m_max_cost = max_cost;}
 
 	/** Called by YAPF to calculate the cost from the origin to the given node.
-	*   Calculates only the cost of given node, adds it to the parent node cost
-	*   and stores the result into Node::m_cost member */
+	 *  Calculates only the cost of given node, adds it to the parent node cost
+	 *  and stores the result into Node::m_cost member */
 	FORCEINLINE bool PfCalcCost(Node& n)
 	{
 		assert(!n.flags_u.flags_s.m_targed_seen);