Fixed coding style to comply with other not defined statements

This commit is contained in:
Frank de Jonge 2013-11-05 13:01:03 +01:00
parent 9f1108e52e
commit 4976cd1622

View File

@ -46,7 +46,7 @@
*
* @access private
*/
if (defined('CRYPT_RANDOM_IS_WINDOWS') === false) {
if (!defined('CRYPT_RANDOM_IS_WINDOWS')) {
define('CRYPT_RANDOM_IS_WINDOWS', strtoupper(substr(PHP_OS, 0, 3)) === 'WIN');
}