Merge "HTMLForm: Show more options when incorrect displayFormat is set"
[lhc/web/wiklou.git] / includes / libs / CryptRand.php
index 4b4a913..859d58b 100644 (file)
@@ -234,7 +234,6 @@ class CryptRand {
         * @return string Raw binary random data
         */
        public function generate( $bytes, $forceStrong = false ) {
-
                $bytes = floor( $bytes );
                static $buffer = '';
                if ( is_null( $this->strong ) ) {