Fix whitespace issues around parentheses
[lhc/web/wiklou.git] / thumb.php
index 40f3754..c77cddc 100644 (file)
--- a/thumb.php
+++ b/thumb.php
@@ -235,7 +235,7 @@ function wfStreamThumb( array $params ) {
                $imsUnix = strtotime( $imsString );
                MediaWiki\restoreWarnings();
                if ( wfTimestamp( TS_UNIX, $img->getTimestamp() ) <= $imsUnix ) {
-                       HttpStatus::header( 304  );
+                       HttpStatus::header( 304 );
                        return;
                }
        }