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

This commit is contained in:
alberth
2010-12-22 11:24:38 +00:00
parent 0b0127b13d
commit 84c9201e0c
19 changed files with 38 additions and 38 deletions

View File

@@ -9,8 +9,8 @@
/** @file yapf_node.hpp Node in the pathfinder's graph. */
#ifndef YAPF_NODE_HPP
#define YAPF_NODE_HPP
#ifndef YAPF_NODE_HPP
#define YAPF_NODE_HPP
/** Yapf Node Key that evaluates hash from (and compares) tile & exit dir. */
struct CYapfNodeKeyExitDir {