From 9d018723b7bab3341cd455708a6cd98283d75c34 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 14 Mar 2009 18:16:29 +0000 Subject: (svn r15711) -Codechange: lots of whitespace cleanup/fixes --- src/yapf/yapf_costcache.hpp | 2 +- src/yapf/yapf_node_rail.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yapf') diff --git a/src/yapf/yapf_costcache.hpp b/src/yapf/yapf_costcache.hpp index 92201da9b..caa1601ef 100644 --- a/src/yapf/yapf_costcache.hpp +++ b/src/yapf/yapf_costcache.hpp @@ -138,7 +138,7 @@ struct CSegmentCostCacheT /** CYapfSegmentCostCacheGlobalT - the yapf cost cache provider that adds the segment cost * caching functionality to yapf. Using this class as base of your will provide the global * segment cost caching services for your Nodes. -*/ + */ template class CYapfSegmentCostCacheGlobalT : public CYapfSegmentCostCacheLocalT diff --git a/src/yapf/yapf_node_rail.hpp b/src/yapf/yapf_node_rail.hpp index 4ccef7562..a4f12db13 100644 --- a/src/yapf/yapf_node_rail.hpp +++ b/src/yapf/yapf_node_rail.hpp @@ -68,7 +68,7 @@ enum EndSegmentReason { ESR_SAFE_TILE, ///< safe waiting position found (could be a target) /* The following reasons are used only internally by PfCalcCost(). - * They should not be found in the cached segment. */ + * They should not be found in the cached segment. */ ESR_PATH_TOO_LONG, ///< the path is too long (searching for the nearest depot in the given radius) ESR_FIRST_TWO_WAY_RED, ///< first signal was 2-way and it was red ESR_LOOK_AHEAD_END, ///< we have just passed the last look-ahead signal -- cgit v1.2.3-54-g00ecf