(svn r21594) -Codechange: Whitespace fixes in ifndef/define lines.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
/** @file array.hpp Array without an explicit maximum size. */
|
||||
|
||||
#ifndef ARRAY_HPP
|
||||
#define ARRAY_HPP
|
||||
#ifndef ARRAY_HPP
|
||||
#define ARRAY_HPP
|
||||
|
||||
#include "fixedsizearray.hpp"
|
||||
#include "str.hpp"
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
/** @file binaryheap.hpp Binary heap implementation. */
|
||||
|
||||
#ifndef BINARYHEAP_HPP
|
||||
#define BINARYHEAP_HPP
|
||||
#ifndef BINARYHEAP_HPP
|
||||
#define BINARYHEAP_HPP
|
||||
|
||||
#include "../core/alloc_func.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"
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
/** @file hashtable.hpp Hash table support. */
|
||||
|
||||
#ifndef HASHTABLE_HPP
|
||||
#define HASHTABLE_HPP
|
||||
#ifndef HASHTABLE_HPP
|
||||
#define HASHTABLE_HPP
|
||||
|
||||
#include "../core/math_func.hpp"
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
/** @file str.hpp String formating? */
|
||||
|
||||
#ifndef STR_HPP
|
||||
#define STR_HPP
|
||||
#ifndef STR_HPP
|
||||
#define STR_HPP
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user