]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-phpass.php
Wordpress 2.9.2-scripts
[autoinstalls/wordpress.git] / wp-includes / class-phpass.php
index 70f9bdf5c1a20df6519b7c02cc2964d84ef85d34..93f4536cfbe5fa695fa3f4f4c23d119e776a3ce7 100644 (file)
@@ -50,7 +50,7 @@ class PasswordHash {
                $this->portable_hashes = $portable_hashes;
 
                $this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE);
-       
+
        }
 
        function get_random_bytes($count)