From 67cd2cd6becf9aa5c38235b20ebd212d37cc3dfb Mon Sep 17 00:00:00 2001 From: alberth Date: Wed, 22 Dec 2010 11:24:38 +0000 Subject: (svn r21594) -Codechange: Whitespace fixes in ifndef/define lines. --- src/misc/fixedsizearray.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc/fixedsizearray.hpp') diff --git a/src/misc/fixedsizearray.hpp b/src/misc/fixedsizearray.hpp index c84938438..c9e4ea59a 100644 --- a/src/misc/fixedsizearray.hpp +++ b/src/misc/fixedsizearray.hpp @@ -9,8 +9,8 @@ /** @file fixedsizearray.hpp A fixed size array that doesn't create items until needed. */ -#ifndef FIXEDSIZEARRAY_HPP -#define FIXEDSIZEARRAY_HPP +#ifndef FIXEDSIZEARRAY_HPP +#define FIXEDSIZEARRAY_HPP #include "../core/alloc_func.hpp" -- cgit v1.2.3-54-g00ecf