summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2007-04-14 11:12:56 +0000
committerpixel <pixel>2007-04-14 11:12:56 +0000
commit6d8d83e2890fec4af3b74f61b7ebfe376e73286b (patch)
tree5b882086bf8547831b83bd8e7b0ba1127b94a63c
parent79e08a88a832597996acc2b39dda462a4016513f (diff)
4-spaces per tab is one of the biggest absurdity on earth.
-rw-r--r--include/Image.h2
-rw-r--r--lib/Image.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Image.h b/include/Image.h
index 7aac45d..4508b68 100644
--- a/include/Image.h
+++ b/include/Image.h
@@ -21,7 +21,7 @@ class Image : public Buffer {
void Fill(Color = Color(0, 0, 0));
virtual String GetName() const;
virtual bool CanWrite() const;
- bool SupportsFormat(unsigned int);
+ bool SupportsFormat(unsigned int);
private:
unsigned int x, y;
diff --git a/lib/Image.cc b/lib/Image.cc
index 8a87a0e..4dc496e 100644
--- a/lib/Image.cc
+++ b/lib/Image.cc
@@ -169,7 +169,7 @@ unsigned char * Image::GetBuffer() {
bool Image::SupportsFormat(unsigned int f) {
switch(f) {
- case FORMAT_TGA_BASIC:
+ case FORMAT_TGA_BASIC:
return true;
case FORMAT_JPEG:
#ifndef HAVE_LIBJPEG