Remove PHP4 style constructor
[lhc/web/wiklou.git] / includes / media / BMP.php
index 99b7741..7271d99 100644 (file)
@@ -28,7 +28,6 @@
  * @ingroup Media
  */
 class BmpHandler extends BitmapHandler {
-
        /**
         * @param $file
         * @return bool
@@ -75,6 +74,7 @@ class BmpHandler extends BitmapHandler {
                } catch ( MWException $e ) {
                        return false;
                }
+
                return array( $w[1], $h[1] );
        }
 }