cleaned all trailing white space from source files.
[sdk] / ecere / src / gfx / bitmaps / GIFFormat.ec
index 6ed1c04..c81cfb5 100644 (file)
@@ -64,7 +64,7 @@ class GIFFormat : BitmapFormat
                   for(y = 0; y < gifFile->SHeight; y++)
                   {
                      uint x;
-                     for(x = 0; x < gifFile->SWidth; x++) 
+                     for(x = 0; x < gifFile->SWidth; x++)
                      {
                         byte index = image->RasterBits[y*gifFile->SWidth+x];
                         if(index == transparent || index >= colorCount)
@@ -118,7 +118,7 @@ class GIFFormat : BitmapFormat
    bool Save(Bitmap bitmap, char * filename, void * options)
    {
       bool result = false;
-      return result;   
+      return result;
    }
 
    ColorAlpha * LoadPalette(char * fileName, char * type)