Switch some HTMLForms in special pages to OOUI
[lhc/web/wiklou.git] / includes / parser / Preprocessor_Hash.php
index 308ef44..d1ad39c 100644 (file)
@@ -119,7 +119,6 @@ class Preprocessor_Hash implements Preprocessor {
                        && strlen( $text ) > $wgPreprocessorCacheThreshold;
 
                if ( $cacheable ) {
-
                        $cacheKey = wfMemcKey( 'preprocess-hash', md5( $text ), $flags );
                        $cacheValue = $wgMemc->get( $cacheKey );
                        if ( $cacheValue ) {