diff dwt/internal/image/FileFormat.d @ 259:c0d810de7093

Update SWT 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 29 Jun 2008 14:33:38 +0200
parents ce446666f5a2
children
line wrap: on
line diff
--- a/dwt/internal/image/FileFormat.d	Tue Jun 24 22:12:18 2008 +0200
+++ b/dwt/internal/image/FileFormat.d	Sun Jun 29 14:33:38 2008 +0200
@@ -82,7 +82,7 @@
 public static ImageData[] load(InputStream istr, ImageLoader loader) {
     FileFormat fileFormat = null;
     LEDataInputStream stream = new LEDataInputStream(istr);
-    bool isSupported = false;   
+    bool isSupported = false;    
     foreach( TFormat; TFormats ){
         try{
             fileFormat = new TFormat();