From 6d8d83e2890fec4af3b74f61b7ebfe376e73286b Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 14 Apr 2007 11:12:56 +0000 Subject: 4-spaces per tab is one of the biggest absurdity on earth. --- include/Image.h | 2 +- lib/Image.cc | 2 +- 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 -- cgit v1.2.3