summaryrefslogtreecommitdiff
path: root/src/pathfinder/yapf/yapf_costbase.hpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-22 11:24:38 +0000
committeralberth <alberth@openttd.org>2010-12-22 11:24:38 +0000
commit67cd2cd6becf9aa5c38235b20ebd212d37cc3dfb (patch)
treef60aa22386788c6c8ce82108a0bfd432a23532fb /src/pathfinder/yapf/yapf_costbase.hpp
parentf65a9a5515ffe0e2b5fe70a7f190dc4461873b4e (diff)
downloadopenttd-67cd2cd6becf9aa5c38235b20ebd212d37cc3dfb.tar.xz
(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.
Diffstat (limited to 'src/pathfinder/yapf/yapf_costbase.hpp')
-rw-r--r--src/pathfinder/yapf/yapf_costbase.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pathfinder/yapf/yapf_costbase.hpp b/src/pathfinder/yapf/yapf_costbase.hpp
index 39424dc10..29d6c85c2 100644
--- a/src/pathfinder/yapf/yapf_costbase.hpp
+++ b/src/pathfinder/yapf/yapf_costbase.hpp
@@ -9,8 +9,8 @@
/** @file yapf_costbase.hpp Handling of cost determination. */
-#ifndef YAPF_COSTBASE_HPP
-#define YAPF_COSTBASE_HPP
+#ifndef YAPF_COSTBASE_HPP
+#define YAPF_COSTBASE_HPP
struct CYapfCostBase {
FORCEINLINE static bool stSlopeCost(TileIndex tile, Trackdir td)