(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.

This commit is contained in:
alberth
2010-12-22 11:24:38 +00:00
parent f65a9a5515
commit 67cd2cd6be
19 changed files with 38 additions and 38 deletions

View File

@@ -9,8 +9,8 @@
/** @file yapf_node_road.hpp Node tailored for road pathfinding. */
#ifndef YAPF_NODE_ROAD_HPP
#define YAPF_NODE_ROAD_HPP
#ifndef YAPF_NODE_ROAD_HPP
#define YAPF_NODE_ROAD_HPP
/** Yapf Node for road YAPF */
template <class Tkey_>