minor formatting

This commit is contained in:
artemp 2016-12-20 18:37:20 +01:00
parent 5745bedbd9
commit 8452410784

View file

@ -20,8 +20,8 @@
*
*****************************************************************************/
#ifndef OGR_INDEX_HH
#define OGR_INDEX_HH
#ifndef OGR_INDEX_HPP
#define OGR_INDEX_HPP
// stl
#include <fstream>
@ -102,4 +102,4 @@ void ogr_index<filterT, IStream>::read_envelope(IStream& file, box2d<double>& en
file.read(reinterpret_cast<char*>(&envelope), sizeof(envelope));
}
#endif // OGR_INDEX_HH
#endif // OGR_INDEX_HPP