mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
Fixed the god-awful indentation
This commit is contained in:
@@ -20,16 +20,18 @@
|
||||
#include "pixmap.h"
|
||||
#include "leak_dumper.h"
|
||||
|
||||
namespace Shared{ namespace Graphics{
|
||||
namespace Shared {
|
||||
namespace Graphics {
|
||||
|
||||
class BMPReader: FileReader<Pixmap2D> {
|
||||
public:
|
||||
BMPReader();
|
||||
class BMPReader : FileReader<Pixmap2D> {
|
||||
public:
|
||||
BMPReader();
|
||||
|
||||
Pixmap2D* read(ifstream& in, const string& path, Pixmap2D* ret) const;
|
||||
};
|
||||
Pixmap2D* read(ifstream& in, const string& path, Pixmap2D* ret) const;
|
||||
};
|
||||
|
||||
|
||||
}} //end namespace
|
||||
}
|
||||
} //end namespace
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user